Shades of Verdun Green #425D17
Tints of Verdun Green #425D17
RGB
CMYK
RGB Variations
Color information
#425D17 (or 0x425D17) is known color: Verdun Green. HEX triplet: 42, 5D and 17. RGB value is (66,93,23). Sum of RGB (Red+Green+Blue) = 66+93+23=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #425D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425D17 is #BDA2E8. Grayscale: #4D4D4D. Windows color (decimal): -12428009 or 1531202. OLE color: 1531202.
HSL color Cylindrical-coordinate representation of color #425D17: hue angle of 83.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #425D17 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 93 | 23 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.64 |
| HSL | 83.14º | 0.6% | 0.23% | - |
| HSV(B) | 83.14º | 0.75% | 0.36% | - |
| XYZ | 6.32 | 9.05 | 2.22 | - |
| YUV | 76.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 23 | 0.29 | 0 | 0.75 | 0.64 | 83.14 | 0.6 | 0.23 |
| Hex | 42 | 5D | 17 | 1D | 0 | 4B | 40 | 53 | 3C | 17 |
| Octal | 102 | 135 | 27 | 35 | 0 | 113 | 100 | 123 | 74 | 27 |
| Binary | 1000010 | 1011101 | 10111 | 11101 | 0 | 1001011 | 1000000 | 1010011 | 111100 | 10111 |
Color Harmonies of #425D17
Complementary color
Monochromatic Colors of #425D17
Black with #425D17
Text Example
Text Example
White with #425D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D17; }
p { color: rgb(66,93,23); }
H1.HeaderClassName
{
color: #425D17;
}
.AnyTagClassName
{
color: #425D17;
}
</style>
background-color css
<style>
a { background-color: #425D17; }
a { background-color: rgb(66,93,23); }
div.DivClassName
{
background-color: #425D17;
}
.BgClassName
{
background-color: #425D17;
}
</style>
border-color css
<style>
span { border-color: #425D17; }
span { border-color: rgb(66,93,23); }
td.TdClassName
{
border-color: #425D17;
}
.TagClassName
{
border-color: #425D17;
}
</style>