Shades of Verdun Green #425004
Tints of Verdun Green #425004
RGB
CMYK
RGB Variations
Color information
#425004 (or 0x425004) is known color: Verdun Green. HEX triplet: 42, 50 and 04. RGB value is (66,80,4). Sum of RGB (Red+Green+Blue) = 66+80+4=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #425004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425004 is #BDAFFB. Grayscale: #434343. Windows color (decimal): -12431356 or 282690. OLE color: 282690.
HSL color Cylindrical-coordinate representation of color #425004: hue angle of 71.05º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #425004 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 80 | 4 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.69 |
| HSL | 71.05º | 0.9% | 0.16% | - |
| HSV(B) | 71.05º | 0.95% | 0.31% | - |
| XYZ | 5.14 | 6.9 | 1.18 | - |
| YUV | 67.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 4 | 0.17 | 0 | 0.95 | 0.69 | 71.05 | 0.9 | 0.16 |
| Hex | 42 | 50 | 4 | 11 | 0 | 5F | 45 | 47 | 5A | 10 |
| Octal | 102 | 120 | 4 | 21 | 0 | 137 | 105 | 107 | 132 | 20 |
| Binary | 1000010 | 1010000 | 100 | 10001 | 0 | 1011111 | 1000101 | 1000111 | 1011010 | 10000 |
Color Harmonies of #425004
Complementary color
Monochromatic Colors of #425004
Black with #425004
Text Example
Text Example
White with #425004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425004; }
p { color: rgb(66,80,4); }
H1.HeaderClassName
{
color: #425004;
}
.AnyTagClassName
{
color: #425004;
}
</style>
background-color css
<style>
a { background-color: #425004; }
a { background-color: rgb(66,80,4); }
div.DivClassName
{
background-color: #425004;
}
.BgClassName
{
background-color: #425004;
}
</style>
border-color css
<style>
span { border-color: #425004; }
span { border-color: rgb(66,80,4); }
td.TdClassName
{
border-color: #425004;
}
.TagClassName
{
border-color: #425004;
}
</style>