Shades of Verdun Green #425213
Tints of Verdun Green #425213
RGB
CMYK
RGB Variations
Color information
#425213 (or 0x425213) is known color: Verdun Green. HEX triplet: 42, 52 and 13. RGB value is (66,82,19). Sum of RGB (Red+Green+Blue) = 66+82+19=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #425213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425213 is #BDADEC. Grayscale: #464646. Windows color (decimal): -12430829 or 1266242. OLE color: 1266242.
HSL color Cylindrical-coordinate representation of color #425213: hue angle of 75.24º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #425213 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 19 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.68 |
| HSL | 75.24º | 0.62% | 0.2% | - |
| HSV(B) | 75.24º | 0.77% | 0.32% | - |
| XYZ | 5.38 | 7.24 | 1.73 | - |
| YUV | 70.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 19 | 0.20 | 0 | 0.77 | 0.68 | 75.24 | 0.62 | 0.2 |
| Hex | 42 | 52 | 13 | 14 | 0 | 4D | 44 | 4B | 3E | 14 |
| Octal | 102 | 122 | 23 | 24 | 0 | 115 | 104 | 113 | 76 | 24 |
| Binary | 1000010 | 1010010 | 10011 | 10100 | 0 | 1001101 | 1000100 | 1001011 | 111110 | 10100 |
Color Harmonies of #425213
Complementary color
Monochromatic Colors of #425213
Black with #425213
Text Example
Text Example
White with #425213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425213; }
p { color: rgb(66,82,19); }
H1.HeaderClassName
{
color: #425213;
}
.AnyTagClassName
{
color: #425213;
}
</style>
background-color css
<style>
a { background-color: #425213; }
a { background-color: rgb(66,82,19); }
div.DivClassName
{
background-color: #425213;
}
.BgClassName
{
background-color: #425213;
}
</style>
border-color css
<style>
span { border-color: #425213; }
span { border-color: rgb(66,82,19); }
td.TdClassName
{
border-color: #425213;
}
.TagClassName
{
border-color: #425213;
}
</style>