Color: #448356

#448356 Color Information

#448356 is a dark color. The closest websafe version is #448356. A complement of this color would be #834471, perceived brightness is 0.42, and the grayscale version is #636363.

In the HSL color space, this color has a hue angle of 137°,a saturation of 32%, and a lightness of 39%.The HSV representation shows a hue of 137°, a saturation of 48%, and a value of 51%.

In a RGB color space, #448356 is composed of 27% red, 51% green and 34% blue. Whereas in a CMYK color space, it is composed of 48% cyan, 0% magenta, 34% yellow and 49% black.

In the Yxy color space, this color is represented as Y: 18.12, x: 0.3176, and y: 0.4571.

Color Code #448356

#448356rgb(68, 131, 86)
HEX
#448356
RGB
rgb(68, 131, 86)
HSL
hsl(137, 32%, 39%)
HSV
hsv(137, 48%, 51%)
CMYK
48%, 0%, 34%, 49%
XYZ
X: 12.59, Y: 18.12, Z: 8.93
Lab
L: 49.64, a: -29.27, b: 17.87
Name

Shades of Color #448356

Shades are created by darkening the original color #448356 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #448356

Tints are created by lightening the original color #448356 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#448356rgb(68, 131, 86)

About #448356 Color Code

In the HSL color space, this color has a hue angle of 137°, a saturation of 32%, and a lightness of 39%. The HSV representation shows a hue of 137°, a saturation of 48%, and a value of 51%.

  • HEX: #448356
  • RGB: rgb(68, 131, 86)
  • HSL: hsl(137, 32%, 39%)
  • HSV: hsv(137, 48%, 51%)
  • CMYK: 48.00% cyan, 0.00% magenta, 34.00% yellow, 49.00% black
  • XYZ: 12.59, 18.12, 8.93
  • Yxy: 18.12, 0.3176, 0.4571
  • Hunter Lab: 49.64, -29.27, 17.87
  • CIE-Lab: 49.64, -29.27, 17.87

In the XYZ color space, this color is represented as X: 12.59, Y: 18.12, Z: 8.93. The Yxy representation further refines this as Y: 18.12, x: 0.3176, and y: 0.4571.

In the Hunter Lab color space, this color is represented as L: 49.64, a: -29.27, and b: 17.87. Similarly, in the CIE-Lab color space, it is represented as L: 49.64, a: -29.27, and b: 17.87.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #448356

Triadic colors are three colors evenly spaced around the color wheel, including #448356. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #448356

Analogous colors are adjacent to #448356 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #448356

Split complementary colors are two colors adjacent to the complementary color of #448356. They create a balanced and visually appealing color scheme.

Tetradic Colors of #448356

Tetradic colors form a rectangle on the color wheel, including #448356. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #448356

Monochromatic colors are variations of #448356, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #448356

The complementary color of #448356 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #448356

/* Using HEX */
body {
  background-color: #448356;
}
/* Using RGB */
body {
  background-color: rgb(68, 131, 86);
}
/* Using RGB with opacity */
body {
  background-color: rgba(68, 131, 86, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(137, 32%, 39%);
}
/* Text color */
p {
  color: #448356;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #448356;
}
/* Border color */
.box {
  border: 4px solid #448356;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #448356;
}
Text Shadow Preview
/* Background with text */
div {
  background: #448356;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#448356
On Black Background
#448356
On White Background
#448356

HTML Examples of #448356

<!-- Using HEX -->
<div style="background-color: #448356; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(68, 131, 86); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(68, 131, 86, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(137, 32%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #448356;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #448356; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #448356; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #448356;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #448356; color: #fff; padding: 16px; border-radius: 8px;">
  #448356
</div>
#448356
On Black Background
#448356
On White Background
#448356

Related Colors of #448356

These colors are similar to #448356, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.