Color: #489246

#489246 Color Information

#489246 is a dark color. The closest websafe version is #489246. A complement of this color would be #8E4691, perceived brightness is 0.45, and the grayscale version is #6C6C6C.

In the HSL color space, this color has a hue angle of 118°,a saturation of 35%, and a lightness of 42%.The HSV representation shows a hue of 118°, a saturation of 52%, and a value of 57%.

In a RGB color space, #489246 is composed of 28% red, 57% green and 27% blue. Whereas in a CMYK color space, it is composed of 51% cyan, 0% magenta, 52% yellow and 43% black.

In the Yxy color space, this color is represented as Y: 22.42, x: 0.3323, and y: 0.5044.

Color Code #489246

#489246rgb(72, 146, 70)
HEX
#489246
RGB
rgb(72, 146, 70)
HSL
hsl(118, 35%, 42%)
HSV
hsv(118, 52%, 57%)
CMYK
51%, 0%, 52%, 43%
XYZ
X: 14.77, Y: 22.42, Z: 7.26
Lab
L: 54.47, a: -36.21, b: 32.56
Name

Shades of Color #489246

Shades are created by darkening the original color #489246 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 #489246

Tints are created by lightening the original color #489246 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.

#489246rgb(72, 146, 70)

About #489246 Color Code

In the HSL color space, this color has a hue angle of 118°, a saturation of 35%, and a lightness of 42%. The HSV representation shows a hue of 118°, a saturation of 52%, and a value of 57%.

  • HEX: #489246
  • RGB: rgb(72, 146, 70)
  • HSL: hsl(118, 35%, 42%)
  • HSV: hsv(118, 52%, 57%)
  • CMYK: 51.00% cyan, 0.00% magenta, 52.00% yellow, 43.00% black
  • XYZ: 14.77, 22.42, 7.26
  • Yxy: 22.42, 0.3323, 0.5044
  • Hunter Lab: 54.47, -36.21, 32.56
  • CIE-Lab: 54.47, -36.21, 32.56

In the XYZ color space, this color is represented as X: 14.77, Y: 22.42, Z: 7.26. The Yxy representation further refines this as Y: 22.42, x: 0.3323, and y: 0.5044.

In the Hunter Lab color space, this color is represented as L: 54.47, a: -36.21, and b: 32.56. Similarly, in the CIE-Lab color space, it is represented as L: 54.47, a: -36.21, and b: 32.56.

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 #489246

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

Analogous Colors of #489246

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

Split Complementary Colors of #489246

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

Tetradic Colors of #489246

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

Monochromatic Colors of #489246

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

Complementary Color of #489246

The complementary color of #489246 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 #489246

/* Using HEX */
body {
  background-color: #489246;
}
/* Using RGB */
body {
  background-color: rgb(72, 146, 70);
}
/* Using RGB with opacity */
body {
  background-color: rgba(72, 146, 70, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(118, 35%, 42%);
}
/* Text color */
p {
  color: #489246;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #489246;
}
/* Border color */
.box {
  border: 4px solid #489246;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #489246;
}
Text Shadow Preview
/* Background with text */
div {
  background: #489246;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#489246
On Black Background
#489246
On White Background
#489246

HTML Examples of #489246

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

Related Colors of #489246

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