Shades of Verdun Green #416B03
Tints of Verdun Green #416B03
RGB
CMYK
RGB Variations
Color information
#416B03 (or 0x416B03) is known color: Verdun Green. HEX triplet: 41, 6B and 03. RGB value is (65,107,3). Sum of RGB (Red+Green+Blue) = 65+107+3=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #416B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416B03 is #BE94FC. Grayscale: #525252. Windows color (decimal): -12489981 or 224065. OLE color: 224065.
HSL color Cylindrical-coordinate representation of color #416B03: hue angle of 84.23º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #416B03 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 3 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.58 |
| HSL | 84.23º | 0.95% | 0.22% | - |
| HSV(B) | 84.23º | 0.97% | 0.42% | - |
| XYZ | 7.45 | 11.65 | 1.94 | - |
| YUV | 82.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 3 | 0.39 | 0 | 0.97 | 0.58 | 84.23 | 0.95 | 0.22 |
| Hex | 41 | 6B | 3 | 27 | 0 | 61 | 3A | 54 | 5F | 16 |
| Octal | 101 | 153 | 3 | 47 | 0 | 141 | 72 | 124 | 137 | 26 |
| Binary | 1000001 | 1101011 | 11 | 100111 | 0 | 1100001 | 111010 | 1010100 | 1011111 | 10110 |
Color Harmonies of #416B03
Complementary color
Monochromatic Colors of #416B03
Black with #416B03
Text Example
Text Example
White with #416B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B03; }
p { color: rgb(65,107,3); }
H1.HeaderClassName
{
color: #416B03;
}
.AnyTagClassName
{
color: #416B03;
}
</style>
background-color css
<style>
a { background-color: #416B03; }
a { background-color: rgb(65,107,3); }
div.DivClassName
{
background-color: #416B03;
}
.BgClassName
{
background-color: #416B03;
}
</style>
border-color css
<style>
span { border-color: #416B03; }
span { border-color: rgb(65,107,3); }
td.TdClassName
{
border-color: #416B03;
}
.TagClassName
{
border-color: #416B03;
}
</style>