Shades of Verdun Green #5C5C06
Tints of Verdun Green #5C5C06
RGB
CMYK
RGB Variations
Color information
#5C5C06 (or 0x5C5C06) is known color: Verdun Green. HEX triplet: 5C, 5C and 06. RGB value is (92,92,6). Sum of RGB (Red+Green+Blue) = 92+92+6=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 92 - color contains mainly: red, green. Hex color #5C5C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5C06 is #A3A3F9. Grayscale: #525252. Windows color (decimal): -10724346 or 416860. OLE color: 416860.
HSL color Cylindrical-coordinate representation of color #5C5C06: hue angle of 60º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C5C06 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 92 | 6 | - |
| CMYK | 0 | 0 | 0.93 | 0.64 |
| HSL | 60º | 0.88% | 0.19% | - |
| HSV(B) | 60º | 0.93% | 0.36% | - |
| XYZ | 8.27 | 9.94 | 1.66 | - |
| YUV | 82.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 92 | 6 | 0 | 0 | 0.93 | 0.64 | 60 | 0.88 | 0.19 |
| Hex | 5C | 5C | 6 | 0 | 0 | 5D | 40 | 3C | 58 | 13 |
| Octal | 134 | 134 | 6 | 0 | 0 | 135 | 100 | 74 | 130 | 23 |
| Binary | 1011100 | 1011100 | 110 | 0 | 0 | 1011101 | 1000000 | 111100 | 1011000 | 10011 |
Color Harmonies of #5C5C06
Complementary color
Monochromatic Colors of #5C5C06
Black with #5C5C06
Text Example
Text Example
White with #5C5C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5C06; }
p { color: rgb(92,92,6); }
H1.HeaderClassName
{
color: #5C5C06;
}
.AnyTagClassName
{
color: #5C5C06;
}
</style>
background-color css
<style>
a { background-color: #5C5C06; }
a { background-color: rgb(92,92,6); }
div.DivClassName
{
background-color: #5C5C06;
}
.BgClassName
{
background-color: #5C5C06;
}
</style>
border-color css
<style>
span { border-color: #5C5C06; }
span { border-color: rgb(92,92,6); }
td.TdClassName
{
border-color: #5C5C06;
}
.TagClassName
{
border-color: #5C5C06;
}
</style>