Shades of Verdun Green #5A5503
Tints of Verdun Green #5A5503
RGB
CMYK
RGB Variations
Color information
#5A5503 (or 0x5A5503) is known color: Verdun Green. HEX triplet: 5A, 55 and 03. RGB value is (90,85,3). Sum of RGB (Red+Green+Blue) = 90+85+3=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5503 is #A5AAFC. Grayscale: #4D4D4D. Windows color (decimal): -10857213 or 218458. OLE color: 218458.
HSL color Cylindrical-coordinate representation of color #5A5503: hue angle of 56.55º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A5503 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 3 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.65 |
| HSL | 56.55º | 0.94% | 0.18% | - |
| HSV(B) | 56.55º | 0.97% | 0.35% | - |
| XYZ | 7.48 | 8.68 | 1.37 | - |
| YUV | 77.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 3 | 0 | 0.06 | 0.97 | 0.65 | 56.55 | 0.94 | 0.18 |
| Hex | 5A | 55 | 3 | 0 | 6 | 61 | 41 | 39 | 5E | 12 |
| Octal | 132 | 125 | 3 | 0 | 6 | 141 | 101 | 71 | 136 | 22 |
| Binary | 1011010 | 1010101 | 11 | 0 | 110 | 1100001 | 1000001 | 111001 | 1011110 | 10010 |
Color Harmonies of #5A5503
Complementary color
Monochromatic Colors of #5A5503
Black with #5A5503
Text Example
Text Example
White with #5A5503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5503; }
p { color: rgb(90,85,3); }
H1.HeaderClassName
{
color: #5A5503;
}
.AnyTagClassName
{
color: #5A5503;
}
</style>
background-color css
<style>
a { background-color: #5A5503; }
a { background-color: rgb(90,85,3); }
div.DivClassName
{
background-color: #5A5503;
}
.BgClassName
{
background-color: #5A5503;
}
</style>
border-color css
<style>
span { border-color: #5A5503; }
span { border-color: rgb(90,85,3); }
td.TdClassName
{
border-color: #5A5503;
}
.TagClassName
{
border-color: #5A5503;
}
</style>