Shades of Verdun Green #5A5504
Tints of Verdun Green #5A5504
RGB
CMYK
RGB Variations
Color information
#5A5504 (or 0x5A5504) is known color: Verdun Green. HEX triplet: 5A, 55 and 04. RGB value is (90,85,4). Sum of RGB (Red+Green+Blue) = 90+85+4=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5504 is #A5AAFB. Grayscale: #4D4D4D. Windows color (decimal): -10857212 or 283994. OLE color: 283994.
HSL color Cylindrical-coordinate representation of color #5A5504: hue angle of 56.51º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A5504 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 4 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.65 |
| HSL | 56.51º | 0.91% | 0.18% | - |
| HSV(B) | 56.51º | 0.96% | 0.35% | - |
| XYZ | 7.49 | 8.68 | 1.4 | - |
| YUV | 77.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 4 | 0 | 0.06 | 0.96 | 0.65 | 56.51 | 0.91 | 0.18 |
| Hex | 5A | 55 | 4 | 0 | 6 | 60 | 41 | 39 | 5B | 12 |
| Octal | 132 | 125 | 4 | 0 | 6 | 140 | 101 | 71 | 133 | 22 |
| Binary | 1011010 | 1010101 | 100 | 0 | 110 | 1100000 | 1000001 | 111001 | 1011011 | 10010 |
Color Harmonies of #5A5504
Complementary color
Monochromatic Colors of #5A5504
Black with #5A5504
Text Example
Text Example
White with #5A5504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5504; }
p { color: rgb(90,85,4); }
H1.HeaderClassName
{
color: #5A5504;
}
.AnyTagClassName
{
color: #5A5504;
}
</style>
background-color css
<style>
a { background-color: #5A5504; }
a { background-color: rgb(90,85,4); }
div.DivClassName
{
background-color: #5A5504;
}
.BgClassName
{
background-color: #5A5504;
}
</style>
border-color css
<style>
span { border-color: #5A5504; }
span { border-color: rgb(90,85,4); }
td.TdClassName
{
border-color: #5A5504;
}
.TagClassName
{
border-color: #5A5504;
}
</style>