Shades of Verdun Green #415F0F
Tints of Verdun Green #415F0F
RGB
CMYK
RGB Variations
Color information
#415F0F (or 0x415F0F) is known color: Verdun Green. HEX triplet: 41, 5F and 0F. RGB value is (65,95,15). Sum of RGB (Red+Green+Blue) = 65+95+15=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #415F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415F0F is #BEA0F0. Grayscale: #4D4D4D. Windows color (decimal): -12493041 or 1007425. OLE color: 1007425.
HSL color Cylindrical-coordinate representation of color #415F0F: hue angle of 82.5º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #415F0F is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 95 | 15 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.63 |
| HSL | 82.5º | 0.73% | 0.22% | - |
| HSV(B) | 82.5º | 0.84% | 0.37% | - |
| XYZ | 6.36 | 9.34 | 1.92 | - |
| YUV | 76.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 15 | 0.32 | 0 | 0.84 | 0.63 | 82.5 | 0.73 | 0.22 |
| Hex | 41 | 5F | F | 20 | 0 | 54 | 3F | 52 | 49 | 16 |
| Octal | 101 | 137 | 17 | 40 | 0 | 124 | 77 | 122 | 111 | 26 |
| Binary | 1000001 | 1011111 | 1111 | 100000 | 0 | 1010100 | 111111 | 1010010 | 1001001 | 10110 |
Color Harmonies of #415F0F
Complementary color
Monochromatic Colors of #415F0F
Black with #415F0F
Text Example
Text Example
White with #415F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415F0F; }
p { color: rgb(65,95,15); }
H1.HeaderClassName
{
color: #415F0F;
}
.AnyTagClassName
{
color: #415F0F;
}
</style>
background-color css
<style>
a { background-color: #415F0F; }
a { background-color: rgb(65,95,15); }
div.DivClassName
{
background-color: #415F0F;
}
.BgClassName
{
background-color: #415F0F;
}
</style>
border-color css
<style>
span { border-color: #415F0F; }
span { border-color: rgb(65,95,15); }
td.TdClassName
{
border-color: #415F0F;
}
.TagClassName
{
border-color: #415F0F;
}
</style>