Shades of Verdun Green #425D0E
Tints of Verdun Green #425D0E
RGB
CMYK
RGB Variations
Color information
#425D0E (or 0x425D0E) is known color: Verdun Green. HEX triplet: 42, 5D and 0E. RGB value is (66,93,14). Sum of RGB (Red+Green+Blue) = 66+93+14=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #425D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425D0E is #BDA2F1. Grayscale: #4C4C4C. Windows color (decimal): -12428018 or 941378. OLE color: 941378.
HSL color Cylindrical-coordinate representation of color #425D0E: hue angle of 80.51º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #425D0E is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 93 | 14 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.64 |
| HSL | 80.51º | 0.74% | 0.21% | - |
| HSV(B) | 80.51º | 0.85% | 0.36% | - |
| XYZ | 6.24 | 9.02 | 1.83 | - |
| YUV | 75.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 14 | 0.29 | 0 | 0.85 | 0.64 | 80.51 | 0.74 | 0.21 |
| Hex | 42 | 5D | E | 1D | 0 | 55 | 40 | 51 | 4A | 15 |
| Octal | 102 | 135 | 16 | 35 | 0 | 125 | 100 | 121 | 112 | 25 |
| Binary | 1000010 | 1011101 | 1110 | 11101 | 0 | 1010101 | 1000000 | 1010001 | 1001010 | 10101 |
Color Harmonies of #425D0E
Complementary color
Monochromatic Colors of #425D0E
Black with #425D0E
Text Example
Text Example
White with #425D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D0E; }
p { color: rgb(66,93,14); }
H1.HeaderClassName
{
color: #425D0E;
}
.AnyTagClassName
{
color: #425D0E;
}
</style>
background-color css
<style>
a { background-color: #425D0E; }
a { background-color: rgb(66,93,14); }
div.DivClassName
{
background-color: #425D0E;
}
.BgClassName
{
background-color: #425D0E;
}
</style>
border-color css
<style>
span { border-color: #425D0E; }
span { border-color: rgb(66,93,14); }
td.TdClassName
{
border-color: #425D0E;
}
.TagClassName
{
border-color: #425D0E;
}
</style>