Shades of Verdun Green #425607
Tints of Verdun Green #425607
RGB
CMYK
RGB Variations
Color information
#425607 (or 0x425607) is known color: Verdun Green. HEX triplet: 42, 56 and 07. RGB value is (66,86,7). Sum of RGB (Red+Green+Blue) = 66+86+7=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #425607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425607 is #BDA9F8. Grayscale: #474747. Windows color (decimal): -12429817 or 480834. OLE color: 480834.
HSL color Cylindrical-coordinate representation of color #425607: hue angle of 75.19º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #425607 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 86 | 7 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.66 |
| HSL | 75.19º | 0.85% | 0.18% | - |
| HSV(B) | 75.19º | 0.92% | 0.34% | - |
| XYZ | 5.61 | 7.83 | 1.42 | - |
| YUV | 71.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 7 | 0.23 | 0 | 0.92 | 0.66 | 75.19 | 0.85 | 0.18 |
| Hex | 42 | 56 | 7 | 17 | 0 | 5C | 42 | 4B | 55 | 12 |
| Octal | 102 | 126 | 7 | 27 | 0 | 134 | 102 | 113 | 125 | 22 |
| Binary | 1000010 | 1010110 | 111 | 10111 | 0 | 1011100 | 1000010 | 1001011 | 1010101 | 10010 |
Color Harmonies of #425607
Complementary color
Monochromatic Colors of #425607
Black with #425607
Text Example
Text Example
White with #425607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425607; }
p { color: rgb(66,86,7); }
H1.HeaderClassName
{
color: #425607;
}
.AnyTagClassName
{
color: #425607;
}
</style>
background-color css
<style>
a { background-color: #425607; }
a { background-color: rgb(66,86,7); }
div.DivClassName
{
background-color: #425607;
}
.BgClassName
{
background-color: #425607;
}
</style>
border-color css
<style>
span { border-color: #425607; }
span { border-color: rgb(66,86,7); }
td.TdClassName
{
border-color: #425607;
}
.TagClassName
{
border-color: #425607;
}
</style>