Shades of Verdun Green #5C5905
Tints of Verdun Green #5C5905
RGB
CMYK
RGB Variations
Color information
#5C5905 (or 0x5C5905) is known color: Verdun Green. HEX triplet: 5C, 59 and 05. RGB value is (92,89,5). Sum of RGB (Red+Green+Blue) = 92+89+5=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5905 is #A3A6FA. Grayscale: #505050. Windows color (decimal): -10725115 or 350556. OLE color: 350556.
HSL color Cylindrical-coordinate representation of color #5C5905: hue angle of 57.93º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C5905 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 5 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.64 |
| HSL | 57.93º | 0.9% | 0.19% | - |
| HSV(B) | 57.93º | 0.95% | 0.36% | - |
| XYZ | 8.01 | 9.43 | 1.54 | - |
| YUV | 80.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 5 | 0 | 0.03 | 0.95 | 0.64 | 57.93 | 0.9 | 0.19 |
| Hex | 5C | 59 | 5 | 0 | 3 | 5F | 40 | 3A | 5A | 13 |
| Octal | 134 | 131 | 5 | 0 | 3 | 137 | 100 | 72 | 132 | 23 |
| Binary | 1011100 | 1011001 | 101 | 0 | 11 | 1011111 | 1000000 | 111010 | 1011010 | 10011 |
Color Harmonies of #5C5905
Complementary color
Monochromatic Colors of #5C5905
Black with #5C5905
Text Example
Text Example
White with #5C5905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5905; }
p { color: rgb(92,89,5); }
H1.HeaderClassName
{
color: #5C5905;
}
.AnyTagClassName
{
color: #5C5905;
}
</style>
background-color css
<style>
a { background-color: #5C5905; }
a { background-color: rgb(92,89,5); }
div.DivClassName
{
background-color: #5C5905;
}
.BgClassName
{
background-color: #5C5905;
}
</style>
border-color css
<style>
span { border-color: #5C5905; }
span { border-color: rgb(92,89,5); }
td.TdClassName
{
border-color: #5C5905;
}
.TagClassName
{
border-color: #5C5905;
}
</style>