Shades of Verdun Green #415D18
Tints of Verdun Green #415D18
RGB
CMYK
RGB Variations
Color information
#415D18 (or 0x415D18) is known color: Verdun Green. HEX triplet: 41, 5D and 18. RGB value is (65,93,24). Sum of RGB (Red+Green+Blue) = 65+93+24=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #415D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415D18 is #BEA2E7. Grayscale: #4D4D4D. Windows color (decimal): -12493544 or 1596737. OLE color: 1596737.
HSL color Cylindrical-coordinate representation of color #415D18: hue angle of 84.35º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #415D18 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 93 | 24 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.64 |
| HSL | 84.35º | 0.59% | 0.23% | - |
| HSV(B) | 84.35º | 0.74% | 0.36% | - |
| XYZ | 6.26 | 9.02 | 2.27 | - |
| YUV | 76.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 24 | 0.30 | 0 | 0.74 | 0.64 | 84.35 | 0.59 | 0.23 |
| Hex | 41 | 5D | 18 | 1E | 0 | 4A | 40 | 54 | 3B | 17 |
| Octal | 101 | 135 | 30 | 36 | 0 | 112 | 100 | 124 | 73 | 27 |
| Binary | 1000001 | 1011101 | 11000 | 11110 | 0 | 1001010 | 1000000 | 1010100 | 111011 | 10111 |
Color Harmonies of #415D18
Complementary color
Monochromatic Colors of #415D18
Black with #415D18
Text Example
Text Example
White with #415D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D18; }
p { color: rgb(65,93,24); }
H1.HeaderClassName
{
color: #415D18;
}
.AnyTagClassName
{
color: #415D18;
}
</style>
background-color css
<style>
a { background-color: #415D18; }
a { background-color: rgb(65,93,24); }
div.DivClassName
{
background-color: #415D18;
}
.BgClassName
{
background-color: #415D18;
}
</style>
border-color css
<style>
span { border-color: #415D18; }
span { border-color: rgb(65,93,24); }
td.TdClassName
{
border-color: #415D18;
}
.TagClassName
{
border-color: #415D18;
}
</style>