Shades of Verdun Green #5D5904
Tints of Verdun Green #5D5904
RGB
CMYK
RGB Variations
Color information
#5D5904 (or 0x5D5904) is known color: Verdun Green. HEX triplet: 5D, 59 and 04. RGB value is (93,89,4). Sum of RGB (Red+Green+Blue) = 93+89+4=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5904 is #A2A6FB. Grayscale: #505050. Windows color (decimal): -10659580 or 285021. OLE color: 285021.
HSL color Cylindrical-coordinate representation of color #5D5904: hue angle of 57.3º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D5904 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 89 | 4 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.64 |
| HSL | 57.3º | 0.92% | 0.19% | - |
| HSV(B) | 57.3º | 0.96% | 0.36% | - |
| XYZ | 8.11 | 9.48 | 1.52 | - |
| YUV | 80.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 4 | 0 | 0.04 | 0.96 | 0.64 | 57.3 | 0.92 | 0.19 |
| Hex | 5D | 59 | 4 | 0 | 4 | 60 | 40 | 39 | 5C | 13 |
| Octal | 135 | 131 | 4 | 0 | 4 | 140 | 100 | 71 | 134 | 23 |
| Binary | 1011101 | 1011001 | 100 | 0 | 100 | 1100000 | 1000000 | 111001 | 1011100 | 10011 |
Color Harmonies of #5D5904
Complementary color
Monochromatic Colors of #5D5904
Black with #5D5904
Text Example
Text Example
White with #5D5904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5904; }
p { color: rgb(93,89,4); }
H1.HeaderClassName
{
color: #5D5904;
}
.AnyTagClassName
{
color: #5D5904;
}
</style>
background-color css
<style>
a { background-color: #5D5904; }
a { background-color: rgb(93,89,4); }
div.DivClassName
{
background-color: #5D5904;
}
.BgClassName
{
background-color: #5D5904;
}
</style>
border-color css
<style>
span { border-color: #5D5904; }
span { border-color: rgb(93,89,4); }
td.TdClassName
{
border-color: #5D5904;
}
.TagClassName
{
border-color: #5D5904;
}
</style>