Shades of Verdun Green #416B07
Tints of Verdun Green #416B07
RGB
CMYK
RGB Variations
Color information
#416B07 (or 0x416B07) is known color: Verdun Green. HEX triplet: 41, 6B and 07. RGB value is (65,107,7). Sum of RGB (Red+Green+Blue) = 65+107+7=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 107 (42.19% from 255 or 59.78% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 107 - color contains mainly: green. Hex color #416B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416B07 is #BE94F8. Grayscale: #535353. Windows color (decimal): -12489977 or 486209. OLE color: 486209.
HSL color Cylindrical-coordinate representation of color #416B07: hue angle of 85.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #416B07 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 7 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.58 |
| HSL | 85.2º | 0.88% | 0.22% | - |
| HSV(B) | 85.2º | 0.93% | 0.42% | - |
| XYZ | 7.48 | 11.65 | 2.06 | - |
| YUV | 83.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 7 | 0.39 | 0 | 0.93 | 0.58 | 85.2 | 0.88 | 0.22 |
| Hex | 41 | 6B | 7 | 27 | 0 | 5D | 3A | 55 | 58 | 16 |
| Octal | 101 | 153 | 7 | 47 | 0 | 135 | 72 | 125 | 130 | 26 |
| Binary | 1000001 | 1101011 | 111 | 100111 | 0 | 1011101 | 111010 | 1010101 | 1011000 | 10110 |
Color Harmonies of #416B07
Complementary color
Monochromatic Colors of #416B07
Black with #416B07
Text Example
Text Example
White with #416B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B07; }
p { color: rgb(65,107,7); }
H1.HeaderClassName
{
color: #416B07;
}
.AnyTagClassName
{
color: #416B07;
}
</style>
background-color css
<style>
a { background-color: #416B07; }
a { background-color: rgb(65,107,7); }
div.DivClassName
{
background-color: #416B07;
}
.BgClassName
{
background-color: #416B07;
}
</style>
border-color css
<style>
span { border-color: #416B07; }
span { border-color: rgb(65,107,7); }
td.TdClassName
{
border-color: #416B07;
}
.TagClassName
{
border-color: #416B07;
}
</style>