Shades of Verdun Green #5A570B
Tints of Verdun Green #5A570B
RGB
CMYK
RGB Variations
Color information
#5A570B (or 0x5A570B) is known color: Verdun Green. HEX triplet: 5A, 57 and 0B. RGB value is (90,87,11). Sum of RGB (Red+Green+Blue) = 90+87+11=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A570B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A570B is #A5A8F4. Grayscale: #4F4F4F. Windows color (decimal): -10856693 or 743258. OLE color: 743258.
HSL color Cylindrical-coordinate representation of color #5A570B: hue angle of 57.72º 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 #5A570B is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 11 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.65 |
| HSL | 57.72º | 0.78% | 0.2% | - |
| HSV(B) | 57.72º | 0.88% | 0.35% | - |
| XYZ | 7.69 | 9.01 | 1.65 | - |
| YUV | 79.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 11 | 0 | 0.03 | 0.88 | 0.65 | 57.72 | 0.78 | 0.2 |
| Hex | 5A | 57 | B | 0 | 3 | 58 | 41 | 3A | 4E | 14 |
| Octal | 132 | 127 | 13 | 0 | 3 | 130 | 101 | 72 | 116 | 24 |
| Binary | 1011010 | 1010111 | 1011 | 0 | 11 | 1011000 | 1000001 | 111010 | 1001110 | 10100 |
Color Harmonies of #5A570B
Complementary color
Monochromatic Colors of #5A570B
Black with #5A570B
Text Example
Text Example
White with #5A570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A570B; }
p { color: rgb(90,87,11); }
H1.HeaderClassName
{
color: #5A570B;
}
.AnyTagClassName
{
color: #5A570B;
}
</style>
background-color css
<style>
a { background-color: #5A570B; }
a { background-color: rgb(90,87,11); }
div.DivClassName
{
background-color: #5A570B;
}
.BgClassName
{
background-color: #5A570B;
}
</style>
border-color css
<style>
span { border-color: #5A570B; }
span { border-color: rgb(90,87,11); }
td.TdClassName
{
border-color: #5A570B;
}
.TagClassName
{
border-color: #5A570B;
}
</style>