Shades of Verdun Green #416F07
Tints of Verdun Green #416F07
RGB
CMYK
RGB Variations
Color information
#416F07 (or 0x416F07) is known color: Verdun Green. HEX triplet: 41, 6F and 07. RGB value is (65,111,7). Sum of RGB (Red+Green+Blue) = 65+111+7=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #416F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416F07 is #BE90F8. Grayscale: #555555. Windows color (decimal): -12488953 or 487233. OLE color: 487233.
HSL color Cylindrical-coordinate representation of color #416F07: hue angle of 86.54º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #416F07 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 111 | 7 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.56 |
| HSL | 86.54º | 0.88% | 0.23% | - |
| HSV(B) | 86.54º | 0.94% | 0.44% | - |
| XYZ | 7.9 | 12.51 | 2.2 | - |
| YUV | 85.39 | 83.76 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 7 | 0.41 | 0 | 0.94 | 0.56 | 86.54 | 0.88 | 0.23 |
| Hex | 41 | 6F | 7 | 29 | 0 | 5E | 38 | 57 | 58 | 17 |
| Octal | 101 | 157 | 7 | 51 | 0 | 136 | 70 | 127 | 130 | 27 |
| Binary | 1000001 | 1101111 | 111 | 101001 | 0 | 1011110 | 111000 | 1010111 | 1011000 | 10111 |
Color Harmonies of #416F07
Complementary color
Monochromatic Colors of #416F07
Black with #416F07
Text Example
Text Example
White with #416F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F07; }
p { color: rgb(65,111,7); }
H1.HeaderClassName
{
color: #416F07;
}
.AnyTagClassName
{
color: #416F07;
}
</style>
background-color css
<style>
a { background-color: #416F07; }
a { background-color: rgb(65,111,7); }
div.DivClassName
{
background-color: #416F07;
}
.BgClassName
{
background-color: #416F07;
}
</style>
border-color css
<style>
span { border-color: #416F07; }
span { border-color: rgb(65,111,7); }
td.TdClassName
{
border-color: #416F07;
}
.TagClassName
{
border-color: #416F07;
}
</style>