Shades of Verdun Green #425600
Tints of Verdun Green #425600
RGB
CMYK
RGB Variations
Color information
#425600 (or 0x425600) is known color: Verdun Green. HEX triplet: 42, 56 and 00. RGB value is (66,86,0). Sum of RGB (Red+Green+Blue) = 66+86+0=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #425600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425600 is #BDA9FF. Grayscale: #464646. Windows color (decimal): -12429824 or 22082. OLE color: 22082.
HSL color Cylindrical-coordinate representation of color #425600: hue angle of 73.95º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #425600 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 86 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.66 |
| HSL | 73.95º | 1% | 0.17% | - |
| HSV(B) | 73.95º | 1% | 0.34% | - |
| XYZ | 5.57 | 7.81 | 1.21 | - |
| YUV | 70.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 0 | 0.23 | 0 | 1 | 0.66 | 73.95 | 1 | 0.17 |
| Hex | 42 | 56 | 0 | 17 | 0 | 64 | 42 | 4A | 64 | 11 |
| Octal | 102 | 126 | 0 | 27 | 0 | 144 | 102 | 112 | 144 | 21 |
| Binary | 1000010 | 1010110 | 0 | 10111 | 0 | 1100100 | 1000010 | 1001010 | 1100100 | 10001 |
Color Harmonies of #425600
Complementary color
Monochromatic Colors of #425600
Black with #425600
Text Example
Text Example
White with #425600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425600; }
p { color: rgb(66,86,0); }
H1.HeaderClassName
{
color: #425600;
}
.AnyTagClassName
{
color: #425600;
}
</style>
background-color css
<style>
a { background-color: #425600; }
a { background-color: rgb(66,86,0); }
div.DivClassName
{
background-color: #425600;
}
.BgClassName
{
background-color: #425600;
}
</style>
border-color css
<style>
span { border-color: #425600; }
span { border-color: rgb(66,86,0); }
td.TdClassName
{
border-color: #425600;
}
.TagClassName
{
border-color: #425600;
}
</style>