Shades of Verdun Green #575A00
Tints of Verdun Green #575A00
RGB
CMYK
RGB Variations
Color information
#575A00 (or 0x575A00) is known color: Verdun Green. HEX triplet: 57, 5A and 00. RGB value is (87,90,0). Sum of RGB (Red+Green+Blue) = 87+90+0=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #575A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575A00 is #A8A5FF. Grayscale: #4F4F4F. Windows color (decimal): -11052544 or 23127. OLE color: 23127.
HSL color Cylindrical-coordinate representation of color #575A00: hue angle of 62º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #575A00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.65 |
| HSL | 62º | 1% | 0.18% | - |
| HSV(B) | 62º | 1% | 0.35% | - |
| XYZ | 7.59 | 9.34 | 1.4 | - |
| YUV | 78.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 0 | 0.03 | 0 | 1 | 0.65 | 62 | 1 | 0.18 |
| Hex | 57 | 5A | 0 | 3 | 0 | 64 | 41 | 3E | 64 | 12 |
| Octal | 127 | 132 | 0 | 3 | 0 | 144 | 101 | 76 | 144 | 22 |
| Binary | 1010111 | 1011010 | 0 | 11 | 0 | 1100100 | 1000001 | 111110 | 1100100 | 10010 |
Color Harmonies of #575A00
Complementary color
Monochromatic Colors of #575A00
Black with #575A00
Text Example
Text Example
White with #575A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A00; }
p { color: rgb(87,90,0); }
H1.HeaderClassName
{
color: #575A00;
}
.AnyTagClassName
{
color: #575A00;
}
</style>
background-color css
<style>
a { background-color: #575A00; }
a { background-color: rgb(87,90,0); }
div.DivClassName
{
background-color: #575A00;
}
.BgClassName
{
background-color: #575A00;
}
</style>
border-color css
<style>
span { border-color: #575A00; }
span { border-color: rgb(87,90,0); }
td.TdClassName
{
border-color: #575A00;
}
.TagClassName
{
border-color: #575A00;
}
</style>