Shades of Verdun Green #5C5902
Tints of Verdun Green #5C5902
RGB
CMYK
RGB Variations
Color information
#5C5902 (or 0x5C5902) is known color: Verdun Green. HEX triplet: 5C, 59 and 02. RGB value is (92,89,2). Sum of RGB (Red+Green+Blue) = 92+89+2=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5902 is #A3A6FD. Grayscale: #505050. Windows color (decimal): -10725118 or 153948. OLE color: 153948.
HSL color Cylindrical-coordinate representation of color #5C5902: hue angle of 58º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C5902 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 2 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.64 |
| HSL | 58º | 0.96% | 0.18% | - |
| HSV(B) | 58º | 0.98% | 0.36% | - |
| XYZ | 8 | 9.42 | 1.46 | - |
| YUV | 79.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 2 | 0 | 0.03 | 0.98 | 0.64 | 58 | 0.96 | 0.18 |
| Hex | 5C | 59 | 2 | 0 | 3 | 62 | 40 | 3A | 60 | 12 |
| Octal | 134 | 131 | 2 | 0 | 3 | 142 | 100 | 72 | 140 | 22 |
| Binary | 1011100 | 1011001 | 10 | 0 | 11 | 1100010 | 1000000 | 111010 | 1100000 | 10010 |
Color Harmonies of #5C5902
Complementary color
Monochromatic Colors of #5C5902
Black with #5C5902
Text Example
Text Example
White with #5C5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5902; }
p { color: rgb(92,89,2); }
H1.HeaderClassName
{
color: #5C5902;
}
.AnyTagClassName
{
color: #5C5902;
}
</style>
background-color css
<style>
a { background-color: #5C5902; }
a { background-color: rgb(92,89,2); }
div.DivClassName
{
background-color: #5C5902;
}
.BgClassName
{
background-color: #5C5902;
}
</style>
border-color css
<style>
span { border-color: #5C5902; }
span { border-color: rgb(92,89,2); }
td.TdClassName
{
border-color: #5C5902;
}
.TagClassName
{
border-color: #5C5902;
}
</style>