Shades of Verdun Green #425009
Tints of Verdun Green #425009
RGB
CMYK
RGB Variations
Color information
#425009 (or 0x425009) is known color: Verdun Green. HEX triplet: 42, 50 and 09. RGB value is (66,80,9). Sum of RGB (Red+Green+Blue) = 66+80+9=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #425009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425009 is #BDAFF6. Grayscale: #434343. Windows color (decimal): -12431351 or 610370. OLE color: 610370.
HSL color Cylindrical-coordinate representation of color #425009: hue angle of 71.83º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #425009 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 80 | 9 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.69 |
| HSL | 71.83º | 0.8% | 0.17% | - |
| HSV(B) | 71.83º | 0.89% | 0.31% | - |
| XYZ | 5.16 | 6.92 | 1.32 | - |
| YUV | 67.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 9 | 0.17 | 0 | 0.89 | 0.69 | 71.83 | 0.8 | 0.17 |
| Hex | 42 | 50 | 9 | 11 | 0 | 59 | 45 | 48 | 50 | 11 |
| Octal | 102 | 120 | 11 | 21 | 0 | 131 | 105 | 110 | 120 | 21 |
| Binary | 1000010 | 1010000 | 1001 | 10001 | 0 | 1011001 | 1000101 | 1001000 | 1010000 | 10001 |
Color Harmonies of #425009
Complementary color
Monochromatic Colors of #425009
Black with #425009
Text Example
Text Example
White with #425009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425009; }
p { color: rgb(66,80,9); }
H1.HeaderClassName
{
color: #425009;
}
.AnyTagClassName
{
color: #425009;
}
</style>
background-color css
<style>
a { background-color: #425009; }
a { background-color: rgb(66,80,9); }
div.DivClassName
{
background-color: #425009;
}
.BgClassName
{
background-color: #425009;
}
</style>
border-color css
<style>
span { border-color: #425009; }
span { border-color: rgb(66,80,9); }
td.TdClassName
{
border-color: #425009;
}
.TagClassName
{
border-color: #425009;
}
</style>