Shades of Verdun Green #425219
Tints of Verdun Green #425219
RGB
CMYK
RGB Variations
Color information
#425219 (or 0x425219) is known color: Verdun Green. HEX triplet: 42, 52 and 19. RGB value is (66,82,25). Sum of RGB (Red+Green+Blue) = 66+82+25=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #425219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425219 is #BDADE6. Grayscale: #464646. Windows color (decimal): -12430823 or 1659458. OLE color: 1659458.
HSL color Cylindrical-coordinate representation of color #425219: hue angle of 76.84º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #425219 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 25 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.68 |
| HSL | 76.84º | 0.53% | 0.21% | - |
| HSV(B) | 76.84º | 0.7% | 0.32% | - |
| XYZ | 5.44 | 7.26 | 2.03 | - |
| YUV | 70.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 25 | 0.20 | 0 | 0.70 | 0.68 | 76.84 | 0.53 | 0.21 |
| Hex | 42 | 52 | 19 | 14 | 0 | 46 | 44 | 4D | 35 | 15 |
| Octal | 102 | 122 | 31 | 24 | 0 | 106 | 104 | 115 | 65 | 25 |
| Binary | 1000010 | 1010010 | 11001 | 10100 | 0 | 1000110 | 1000100 | 1001101 | 110101 | 10101 |
Color Harmonies of #425219
Complementary color
Monochromatic Colors of #425219
Black with #425219
Text Example
Text Example
White with #425219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425219; }
p { color: rgb(66,82,25); }
H1.HeaderClassName
{
color: #425219;
}
.AnyTagClassName
{
color: #425219;
}
</style>
background-color css
<style>
a { background-color: #425219; }
a { background-color: rgb(66,82,25); }
div.DivClassName
{
background-color: #425219;
}
.BgClassName
{
background-color: #425219;
}
</style>
border-color css
<style>
span { border-color: #425219; }
span { border-color: rgb(66,82,25); }
td.TdClassName
{
border-color: #425219;
}
.TagClassName
{
border-color: #425219;
}
</style>