Shades of Verdun Green #5D6002
Tints of Verdun Green #5D6002
RGB
CMYK
RGB Variations
Color information
#5D6002 (or 0x5D6002) is known color: Verdun Green. HEX triplet: 5D, 60 and 02. RGB value is (93,96,2). Sum of RGB (Red+Green+Blue) = 93+96+2=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6002 is #A29FFD. Grayscale: #545454. Windows color (decimal): -10657790 or 155741. OLE color: 155741.
HSL color Cylindrical-coordinate representation of color #5D6002: hue angle of 61.91º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D6002 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 96 | 2 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.62 |
| HSL | 61.91º | 0.96% | 0.19% | - |
| HSV(B) | 61.91º | 0.98% | 0.38% | - |
| XYZ | 8.71 | 10.7 | 1.66 | - |
| YUV | 84.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 2 | 0.03 | 0 | 0.98 | 0.62 | 61.91 | 0.96 | 0.19 |
| Hex | 5D | 60 | 2 | 3 | 0 | 62 | 3E | 3E | 60 | 13 |
| Octal | 135 | 140 | 2 | 3 | 0 | 142 | 76 | 76 | 140 | 23 |
| Binary | 1011101 | 1100000 | 10 | 11 | 0 | 1100010 | 111110 | 111110 | 1100000 | 10011 |
Color Harmonies of #5D6002
Complementary color
Monochromatic Colors of #5D6002
Black with #5D6002
Text Example
Text Example
White with #5D6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6002; }
p { color: rgb(93,96,2); }
H1.HeaderClassName
{
color: #5D6002;
}
.AnyTagClassName
{
color: #5D6002;
}
</style>
background-color css
<style>
a { background-color: #5D6002; }
a { background-color: rgb(93,96,2); }
div.DivClassName
{
background-color: #5D6002;
}
.BgClassName
{
background-color: #5D6002;
}
</style>
border-color css
<style>
span { border-color: #5D6002; }
span { border-color: rgb(93,96,2); }
td.TdClassName
{
border-color: #5D6002;
}
.TagClassName
{
border-color: #5D6002;
}
</style>