Shades of Verdun Green #415D08
Tints of Verdun Green #415D08
RGB
CMYK
RGB Variations
Color information
#415D08 (or 0x415D08) is known color: Verdun Green. HEX triplet: 41, 5D and 08. RGB value is (65,93,8). Sum of RGB (Red+Green+Blue) = 65+93+8=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #415D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415D08 is #BEA2F7. Grayscale: #4B4B4B. Windows color (decimal): -12493560 or 548161. OLE color: 548161.
HSL color Cylindrical-coordinate representation of color #415D08: hue angle of 79.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #415D08 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 93 | 8 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.64 |
| HSL | 79.76º | 0.84% | 0.2% | - |
| HSV(B) | 79.76º | 0.91% | 0.36% | - |
| XYZ | 6.14 | 8.97 | 1.64 | - |
| YUV | 74.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 8 | 0.30 | 0 | 0.91 | 0.64 | 79.76 | 0.84 | 0.2 |
| Hex | 41 | 5D | 8 | 1E | 0 | 5B | 40 | 50 | 54 | 14 |
| Octal | 101 | 135 | 10 | 36 | 0 | 133 | 100 | 120 | 124 | 24 |
| Binary | 1000001 | 1011101 | 1000 | 11110 | 0 | 1011011 | 1000000 | 1010000 | 1010100 | 10100 |
Color Harmonies of #415D08
Complementary color
Monochromatic Colors of #415D08
Black with #415D08
Text Example
Text Example
White with #415D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D08; }
p { color: rgb(65,93,8); }
H1.HeaderClassName
{
color: #415D08;
}
.AnyTagClassName
{
color: #415D08;
}
</style>
background-color css
<style>
a { background-color: #415D08; }
a { background-color: rgb(65,93,8); }
div.DivClassName
{
background-color: #415D08;
}
.BgClassName
{
background-color: #415D08;
}
</style>
border-color css
<style>
span { border-color: #415D08; }
span { border-color: rgb(65,93,8); }
td.TdClassName
{
border-color: #415D08;
}
.TagClassName
{
border-color: #415D08;
}
</style>