Shades of Verdun Green #5C5603
Tints of Verdun Green #5C5603
RGB
CMYK
RGB Variations
Color information
#5C5603 (or 0x5C5603) is known color: Verdun Green. HEX triplet: 5C, 56 and 03. RGB value is (92,86,3). Sum of RGB (Red+Green+Blue) = 92+86+3=181 (23% of max value = 765). Red value is 92 (36.33% from 255 or 50.83% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5603 is #A3A9FC. Grayscale: #4E4E4E. Windows color (decimal): -10725885 or 218716. OLE color: 218716.
HSL color Cylindrical-coordinate representation of color #5C5603: hue angle of 55.96º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C5603 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 86 | 3 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.64 |
| HSL | 55.96º | 0.94% | 0.19% | - |
| HSV(B) | 55.96º | 0.97% | 0.36% | - |
| XYZ | 7.76 | 8.94 | 1.4 | - |
| YUV | 78.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 3 | 0 | 0.07 | 0.97 | 0.64 | 55.96 | 0.94 | 0.19 |
| Hex | 5C | 56 | 3 | 0 | 7 | 61 | 40 | 38 | 5E | 13 |
| Octal | 134 | 126 | 3 | 0 | 7 | 141 | 100 | 70 | 136 | 23 |
| Binary | 1011100 | 1010110 | 11 | 0 | 111 | 1100001 | 1000000 | 111000 | 1011110 | 10011 |
Color Harmonies of #5C5603
Complementary color
Monochromatic Colors of #5C5603
Black with #5C5603
Text Example
Text Example
White with #5C5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5603; }
p { color: rgb(92,86,3); }
H1.HeaderClassName
{
color: #5C5603;
}
.AnyTagClassName
{
color: #5C5603;
}
</style>
background-color css
<style>
a { background-color: #5C5603; }
a { background-color: rgb(92,86,3); }
div.DivClassName
{
background-color: #5C5603;
}
.BgClassName
{
background-color: #5C5603;
}
</style>
border-color css
<style>
span { border-color: #5C5603; }
span { border-color: rgb(92,86,3); }
td.TdClassName
{
border-color: #5C5603;
}
.TagClassName
{
border-color: #5C5603;
}
</style>