Shades of Verdun Green #5A580B
Tints of Verdun Green #5A580B
RGB
CMYK
RGB Variations
Color information
#5A580B (or 0x5A580B) is known color: Verdun Green. HEX triplet: 5A, 58 and 0B. RGB value is (90,88,11). Sum of RGB (Red+Green+Blue) = 90+88+11=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A580B is #A5A7F4. Grayscale: #505050. Windows color (decimal): -10856437 or 743514. OLE color: 743514.
HSL color Cylindrical-coordinate representation of color #5A580B: hue angle of 58.48º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A580B is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 88 | 11 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.65 |
| HSL | 58.48º | 0.78% | 0.2% | - |
| HSV(B) | 58.48º | 0.88% | 0.35% | - |
| XYZ | 7.77 | 9.18 | 1.68 | - |
| YUV | 79.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 11 | 0 | 0.02 | 0.88 | 0.65 | 58.48 | 0.78 | 0.2 |
| Hex | 5A | 58 | B | 0 | 2 | 58 | 41 | 3A | 4E | 14 |
| Octal | 132 | 130 | 13 | 0 | 2 | 130 | 101 | 72 | 116 | 24 |
| Binary | 1011010 | 1011000 | 1011 | 0 | 10 | 1011000 | 1000001 | 111010 | 1001110 | 10100 |
Color Harmonies of #5A580B
Complementary color
Monochromatic Colors of #5A580B
Black with #5A580B
Text Example
Text Example
White with #5A580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A580B; }
p { color: rgb(90,88,11); }
H1.HeaderClassName
{
color: #5A580B;
}
.AnyTagClassName
{
color: #5A580B;
}
</style>
background-color css
<style>
a { background-color: #5A580B; }
a { background-color: rgb(90,88,11); }
div.DivClassName
{
background-color: #5A580B;
}
.BgClassName
{
background-color: #5A580B;
}
</style>
border-color css
<style>
span { border-color: #5A580B; }
span { border-color: rgb(90,88,11); }
td.TdClassName
{
border-color: #5A580B;
}
.TagClassName
{
border-color: #5A580B;
}
</style>