Shades of Verdun Green #425005
Tints of Verdun Green #425005
RGB
CMYK
RGB Variations
Color information
#425005 (or 0x425005) is known color: Verdun Green. HEX triplet: 42, 50 and 05. RGB value is (66,80,5). Sum of RGB (Red+Green+Blue) = 66+80+5=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #425005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425005 is #BDAFFA. Grayscale: #434343. Windows color (decimal): -12431355 or 348226. OLE color: 348226.
HSL color Cylindrical-coordinate representation of color #425005: hue angle of 71.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #425005 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 80 | 5 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.69 |
| HSL | 71.2º | 0.88% | 0.17% | - |
| HSV(B) | 71.2º | 0.94% | 0.31% | - |
| XYZ | 5.14 | 6.91 | 1.21 | - |
| YUV | 67.26 | 92.86 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 5 | 0.17 | 0 | 0.94 | 0.69 | 71.2 | 0.88 | 0.17 |
| Hex | 42 | 50 | 5 | 11 | 0 | 5E | 45 | 47 | 58 | 11 |
| Octal | 102 | 120 | 5 | 21 | 0 | 136 | 105 | 107 | 130 | 21 |
| Binary | 1000010 | 1010000 | 101 | 10001 | 0 | 1011110 | 1000101 | 1000111 | 1011000 | 10001 |
Color Harmonies of #425005
Complementary color
Monochromatic Colors of #425005
Black with #425005
Text Example
Text Example
White with #425005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425005; }
p { color: rgb(66,80,5); }
H1.HeaderClassName
{
color: #425005;
}
.AnyTagClassName
{
color: #425005;
}
</style>
background-color css
<style>
a { background-color: #425005; }
a { background-color: rgb(66,80,5); }
div.DivClassName
{
background-color: #425005;
}
.BgClassName
{
background-color: #425005;
}
</style>
border-color css
<style>
span { border-color: #425005; }
span { border-color: rgb(66,80,5); }
td.TdClassName
{
border-color: #425005;
}
.TagClassName
{
border-color: #425005;
}
</style>