Shades of Verdun Green #425603
Tints of Verdun Green #425603
RGB
CMYK
RGB Variations
Color information
#425603 (or 0x425603) is known color: Verdun Green. HEX triplet: 42, 56 and 03. RGB value is (66,86,3). Sum of RGB (Red+Green+Blue) = 66+86+3=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #425603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425603 is #BDA9FC. Grayscale: #464646. Windows color (decimal): -12429821 or 218690. OLE color: 218690.
HSL color Cylindrical-coordinate representation of color #425603: hue angle of 74.46º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #425603 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 86 | 3 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.66 |
| HSL | 74.46º | 0.93% | 0.17% | - |
| HSV(B) | 74.46º | 0.97% | 0.34% | - |
| XYZ | 5.59 | 7.82 | 1.3 | - |
| YUV | 70.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 3 | 0.23 | 0 | 0.97 | 0.66 | 74.46 | 0.93 | 0.17 |
| Hex | 42 | 56 | 3 | 17 | 0 | 61 | 42 | 4A | 5D | 11 |
| Octal | 102 | 126 | 3 | 27 | 0 | 141 | 102 | 112 | 135 | 21 |
| Binary | 1000010 | 1010110 | 11 | 10111 | 0 | 1100001 | 1000010 | 1001010 | 1011101 | 10001 |
Color Harmonies of #425603
Complementary color
Monochromatic Colors of #425603
Black with #425603
Text Example
Text Example
White with #425603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425603; }
p { color: rgb(66,86,3); }
H1.HeaderClassName
{
color: #425603;
}
.AnyTagClassName
{
color: #425603;
}
</style>
background-color css
<style>
a { background-color: #425603; }
a { background-color: rgb(66,86,3); }
div.DivClassName
{
background-color: #425603;
}
.BgClassName
{
background-color: #425603;
}
</style>
border-color css
<style>
span { border-color: #425603; }
span { border-color: rgb(66,86,3); }
td.TdClassName
{
border-color: #425603;
}
.TagClassName
{
border-color: #425603;
}
</style>