Shades of Verdun Green #425709
Tints of Verdun Green #425709
RGB
CMYK
RGB Variations
Color information
#425709 (or 0x425709) is known color: Verdun Green. HEX triplet: 42, 57 and 09. RGB value is (66,87,9). Sum of RGB (Red+Green+Blue) = 66+87+9=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #425709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425709 is #BDA8F6. Grayscale: #484848. Windows color (decimal): -12429559 or 612162. OLE color: 612162.
HSL color Cylindrical-coordinate representation of color #425709: hue angle of 76.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #425709 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 87 | 9 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.66 |
| HSL | 76.15º | 0.81% | 0.19% | - |
| HSV(B) | 76.15º | 0.9% | 0.34% | - |
| XYZ | 5.7 | 7.99 | 1.5 | - |
| YUV | 71.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 9 | 0.24 | 0 | 0.90 | 0.66 | 76.15 | 0.81 | 0.19 |
| Hex | 42 | 57 | 9 | 18 | 0 | 5A | 42 | 4C | 51 | 13 |
| Octal | 102 | 127 | 11 | 30 | 0 | 132 | 102 | 114 | 121 | 23 |
| Binary | 1000010 | 1010111 | 1001 | 11000 | 0 | 1011010 | 1000010 | 1001100 | 1010001 | 10011 |
Color Harmonies of #425709
Complementary color
Monochromatic Colors of #425709
Black with #425709
Text Example
Text Example
White with #425709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425709; }
p { color: rgb(66,87,9); }
H1.HeaderClassName
{
color: #425709;
}
.AnyTagClassName
{
color: #425709;
}
</style>
background-color css
<style>
a { background-color: #425709; }
a { background-color: rgb(66,87,9); }
div.DivClassName
{
background-color: #425709;
}
.BgClassName
{
background-color: #425709;
}
</style>
border-color css
<style>
span { border-color: #425709; }
span { border-color: rgb(66,87,9); }
td.TdClassName
{
border-color: #425709;
}
.TagClassName
{
border-color: #425709;
}
</style>