Shades of Verdun Green #425D10
Tints of Verdun Green #425D10
RGB
CMYK
RGB Variations
Color information
#425D10 (or 0x425D10) is known color: Verdun Green. HEX triplet: 42, 5D and 10. RGB value is (66,93,16). Sum of RGB (Red+Green+Blue) = 66+93+16=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #425D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425D10 is #BDA2EF. Grayscale: #4C4C4C. Windows color (decimal): -12428016 or 1072450. OLE color: 1072450.
HSL color Cylindrical-coordinate representation of color #425D10: hue angle of 81.04º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #425D10 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 93 | 16 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.64 |
| HSL | 81.04º | 0.71% | 0.21% | - |
| HSV(B) | 81.04º | 0.83% | 0.36% | - |
| XYZ | 6.25 | 9.02 | 1.9 | - |
| YUV | 76.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 16 | 0.29 | 0 | 0.83 | 0.64 | 81.04 | 0.71 | 0.21 |
| Hex | 42 | 5D | 10 | 1D | 0 | 53 | 40 | 51 | 47 | 15 |
| Octal | 102 | 135 | 20 | 35 | 0 | 123 | 100 | 121 | 107 | 25 |
| Binary | 1000010 | 1011101 | 10000 | 11101 | 0 | 1010011 | 1000000 | 1010001 | 1000111 | 10101 |
Color Harmonies of #425D10
Complementary color
Monochromatic Colors of #425D10
Black with #425D10
Text Example
Text Example
White with #425D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D10; }
p { color: rgb(66,93,16); }
H1.HeaderClassName
{
color: #425D10;
}
.AnyTagClassName
{
color: #425D10;
}
</style>
background-color css
<style>
a { background-color: #425D10; }
a { background-color: rgb(66,93,16); }
div.DivClassName
{
background-color: #425D10;
}
.BgClassName
{
background-color: #425D10;
}
</style>
border-color css
<style>
span { border-color: #425D10; }
span { border-color: rgb(66,93,16); }
td.TdClassName
{
border-color: #425D10;
}
.TagClassName
{
border-color: #425D10;
}
</style>