Shades of Verdun Green #425210
Tints of Verdun Green #425210
RGB
CMYK
RGB Variations
Color information
#425210 (or 0x425210) is known color: Verdun Green. HEX triplet: 42, 52 and 10. RGB value is (66,82,16). Sum of RGB (Red+Green+Blue) = 66+82+16=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #425210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425210 is #BDADEF. Grayscale: #454545. Windows color (decimal): -12430832 or 1069634. OLE color: 1069634.
HSL color Cylindrical-coordinate representation of color #425210: hue angle of 74.55º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #425210 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 16 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.68 |
| HSL | 74.55º | 0.67% | 0.19% | - |
| HSV(B) | 74.55º | 0.8% | 0.32% | - |
| XYZ | 5.36 | 7.23 | 1.6 | - |
| YUV | 69.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 16 | 0.20 | 0 | 0.80 | 0.68 | 74.55 | 0.67 | 0.19 |
| Hex | 42 | 52 | 10 | 14 | 0 | 50 | 44 | 4B | 43 | 13 |
| Octal | 102 | 122 | 20 | 24 | 0 | 120 | 104 | 113 | 103 | 23 |
| Binary | 1000010 | 1010010 | 10000 | 10100 | 0 | 1010000 | 1000100 | 1001011 | 1000011 | 10011 |
Color Harmonies of #425210
Complementary color
Monochromatic Colors of #425210
Black with #425210
Text Example
Text Example
White with #425210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425210; }
p { color: rgb(66,82,16); }
H1.HeaderClassName
{
color: #425210;
}
.AnyTagClassName
{
color: #425210;
}
</style>
background-color css
<style>
a { background-color: #425210; }
a { background-color: rgb(66,82,16); }
div.DivClassName
{
background-color: #425210;
}
.BgClassName
{
background-color: #425210;
}
</style>
border-color css
<style>
span { border-color: #425210; }
span { border-color: rgb(66,82,16); }
td.TdClassName
{
border-color: #425210;
}
.TagClassName
{
border-color: #425210;
}
</style>