Shades of Verdun Green #416A00
Tints of Verdun Green #416A00
RGB
CMYK
RGB Variations
Color information
#416A00 (or 0x416A00) is known color: Verdun Green. HEX triplet: 41, 6A and 00. RGB value is (65,106,0). Sum of RGB (Red+Green+Blue) = 65+106+0=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #416A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416A00 is #BE95FF. Grayscale: #525252. Windows color (decimal): -12490240 or 27201. OLE color: 27201.
HSL color Cylindrical-coordinate representation of color #416A00: hue angle of 83.21º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #416A00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 106 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.58 |
| HSL | 83.21º | 1% | 0.21% | - |
| HSV(B) | 83.21º | 1% | 0.42% | - |
| XYZ | 7.33 | 11.43 | 1.82 | - |
| YUV | 81.66 | 81.92 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 0 | 0.39 | 0 | 1 | 0.58 | 83.21 | 1 | 0.21 |
| Hex | 41 | 6A | 0 | 27 | 0 | 64 | 3A | 53 | 64 | 15 |
| Octal | 101 | 152 | 0 | 47 | 0 | 144 | 72 | 123 | 144 | 25 |
| Binary | 1000001 | 1101010 | 0 | 100111 | 0 | 1100100 | 111010 | 1010011 | 1100100 | 10101 |
Color Harmonies of #416A00
Complementary color
Monochromatic Colors of #416A00
Black with #416A00
Text Example
Text Example
White with #416A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416A00; }
p { color: rgb(65,106,0); }
H1.HeaderClassName
{
color: #416A00;
}
.AnyTagClassName
{
color: #416A00;
}
</style>
background-color css
<style>
a { background-color: #416A00; }
a { background-color: rgb(65,106,0); }
div.DivClassName
{
background-color: #416A00;
}
.BgClassName
{
background-color: #416A00;
}
</style>
border-color css
<style>
span { border-color: #416A00; }
span { border-color: rgb(65,106,0); }
td.TdClassName
{
border-color: #416A00;
}
.TagClassName
{
border-color: #416A00;
}
</style>