Color: #419702

#419702 Color Information

#419702 is a dark color. The closest websafe version is #419702. A complement of this color would be #590297, perceived brightness is 0.42, and the grayscale version is #4D4D4D.

In the HSL color space, this color has a hue angle of 95°,a saturation of 97%, and a lightness of 30%.The HSV representation shows a hue of 95°, a saturation of 99%, and a value of 59%.

In a RGB color space, #419702 is composed of 25% red, 59% green and 1% blue. Whereas in a CMYK color space, it is composed of 57% cyan, 0% magenta, 99% yellow and 41% black.

In the Yxy color space, this color is represented as Y: 23.37, x: 0.3495, and y: 0.5739.

Color Code #419702

#419702rgb(65, 151, 2)
HEX
#419702
RGB
rgb(65, 151, 2)
HSL
hsl(95, 97%, 30%)
HSV
hsv(95, 99%, 59%)
CMYK
57%, 0%, 99%, 41%
XYZ
X: 14.23, Y: 23.37, Z: 3.12
Lab
L: 55.45, a: -43.73, b: 56.04
Name

Shades of Color #419702

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

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

#419702rgb(65, 151, 2)

About #419702 Color Code

In the HSL color space, this color has a hue angle of 95°, a saturation of 97%, and a lightness of 30%. The HSV representation shows a hue of 95°, a saturation of 99%, and a value of 59%.

  • HEX: #419702
  • RGB: rgb(65, 151, 2)
  • HSL: hsl(95, 97%, 30%)
  • HSV: hsv(95, 99%, 59%)
  • CMYK: 57.00% cyan, 0.00% magenta, 99.00% yellow, 41.00% black
  • XYZ: 14.23, 23.37, 3.12
  • Yxy: 23.37, 0.3495, 0.5739
  • Hunter Lab: 55.45, -43.73, 56.04
  • CIE-Lab: 55.45, -43.73, 56.04

In the XYZ color space, this color is represented as X: 14.23, Y: 23.37, Z: 3.12. The Yxy representation further refines this as Y: 23.37, x: 0.3495, and y: 0.5739.

In the Hunter Lab color space, this color is represented as L: 55.45, a: -43.73, and b: 56.04. Similarly, in the CIE-Lab color space, it is represented as L: 55.45, a: -43.73, and b: 56.04.

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

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

Analogous Colors of #419702

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

Split Complementary Colors of #419702

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

Tetradic Colors of #419702

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

Monochromatic Colors of #419702

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

Complementary Color of #419702

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

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

HTML Examples of #419702

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

Related Colors of #419702

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