Shades of Verdun Green #425010
Tints of Verdun Green #425010
RGB
CMYK
RGB Variations
Color information
#425010 (or 0x425010) is known color: Verdun Green. HEX triplet: 42, 50 and 10. RGB value is (66,80,16). Sum of RGB (Red+Green+Blue) = 66+80+16=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #425010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425010 is #BDAFEF. Grayscale: #444444. Windows color (decimal): -12431344 or 1069122. OLE color: 1069122.
HSL color Cylindrical-coordinate representation of color #425010: hue angle of 73.12º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #425010 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 80 | 16 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.69 |
| HSL | 73.13º | 0.67% | 0.19% | - |
| HSV(B) | 73.13º | 0.8% | 0.31% | - |
| XYZ | 5.21 | 6.93 | 1.55 | - |
| YUV | 68.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 16 | 0.17 | 0 | 0.80 | 0.69 | 73.13 | 0.67 | 0.19 |
| Hex | 42 | 50 | 10 | 11 | 0 | 50 | 45 | 49 | 43 | 13 |
| Octal | 102 | 120 | 20 | 21 | 0 | 120 | 105 | 111 | 103 | 23 |
| Binary | 1000010 | 1010000 | 10000 | 10001 | 0 | 1010000 | 1000101 | 1001001 | 1000011 | 10011 |
Color Harmonies of #425010
Complementary color
Monochromatic Colors of #425010
Black with #425010
Text Example
Text Example
White with #425010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425010; }
p { color: rgb(66,80,16); }
H1.HeaderClassName
{
color: #425010;
}
.AnyTagClassName
{
color: #425010;
}
</style>
background-color css
<style>
a { background-color: #425010; }
a { background-color: rgb(66,80,16); }
div.DivClassName
{
background-color: #425010;
}
.BgClassName
{
background-color: #425010;
}
</style>
border-color css
<style>
span { border-color: #425010; }
span { border-color: rgb(66,80,16); }
td.TdClassName
{
border-color: #425010;
}
.TagClassName
{
border-color: #425010;
}
</style>