Shades of Verdun Green #416A03
Tints of Verdun Green #416A03
RGB
CMYK
RGB Variations
Color information
#416A03 (or 0x416A03) is known color: Verdun Green. HEX triplet: 41, 6A and 03. RGB value is (65,106,3). Sum of RGB (Red+Green+Blue) = 65+106+3=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 106 (41.80% from 255 or 60.92% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 106 - color contains mainly: green. Hex color #416A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416A03 is #BE95FC. Grayscale: #525252. Windows color (decimal): -12490237 or 223809. OLE color: 223809.
HSL color Cylindrical-coordinate representation of color #416A03: hue angle of 83.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #416A03 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 106 | 3 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.58 |
| HSL | 83.88º | 0.94% | 0.21% | - |
| HSV(B) | 83.88º | 0.97% | 0.42% | - |
| XYZ | 7.35 | 11.44 | 1.91 | - |
| YUV | 82 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 3 | 0.39 | 0 | 0.97 | 0.58 | 83.88 | 0.94 | 0.21 |
| Hex | 41 | 6A | 3 | 27 | 0 | 61 | 3A | 54 | 5E | 15 |
| Octal | 101 | 152 | 3 | 47 | 0 | 141 | 72 | 124 | 136 | 25 |
| Binary | 1000001 | 1101010 | 11 | 100111 | 0 | 1100001 | 111010 | 1010100 | 1011110 | 10101 |
Color Harmonies of #416A03
Complementary color
Monochromatic Colors of #416A03
Black with #416A03
Text Example
Text Example
White with #416A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416A03; }
p { color: rgb(65,106,3); }
H1.HeaderClassName
{
color: #416A03;
}
.AnyTagClassName
{
color: #416A03;
}
</style>
background-color css
<style>
a { background-color: #416A03; }
a { background-color: rgb(65,106,3); }
div.DivClassName
{
background-color: #416A03;
}
.BgClassName
{
background-color: #416A03;
}
</style>
border-color css
<style>
span { border-color: #416A03; }
span { border-color: rgb(65,106,3); }
td.TdClassName
{
border-color: #416A03;
}
.TagClassName
{
border-color: #416A03;
}
</style>