Shades of Verdun Green #575A09
Tints of Verdun Green #575A09
RGB
CMYK
RGB Variations
Color information
#575A09 (or 0x575A09) is known color: Verdun Green. HEX triplet: 57, 5A and 09. RGB value is (87,90,9). Sum of RGB (Red+Green+Blue) = 87+90+9=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #575A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575A09 is #A8A5F6. Grayscale: #505050. Windows color (decimal): -11052535 or 612951. OLE color: 612951.
HSL color Cylindrical-coordinate representation of color #575A09: hue angle of 62.22º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #575A09 is Cyan = 0.03, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 9 | - |
| CMYK | 0.03 | 0 | 0.9 | 0.65 |
| HSL | 62.22º | 0.82% | 0.19% | - |
| HSV(B) | 62.22º | 0.9% | 0.35% | - |
| XYZ | 7.64 | 9.36 | 1.66 | - |
| YUV | 79.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 9 | 0.03 | 0 | 0.9 | 0.65 | 62.22 | 0.82 | 0.19 |
| Hex | 57 | 5A | 9 | 3 | 0 | 5A | 41 | 3E | 52 | 13 |
| Octal | 127 | 132 | 11 | 3 | 0 | 132 | 101 | 76 | 122 | 23 |
| Binary | 1010111 | 1011010 | 1001 | 11 | 0 | 1011010 | 1000001 | 111110 | 1010010 | 10011 |
Color Harmonies of #575A09
Complementary color
Monochromatic Colors of #575A09
Black with #575A09
Text Example
Text Example
White with #575A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A09; }
p { color: rgb(87,90,9); }
H1.HeaderClassName
{
color: #575A09;
}
.AnyTagClassName
{
color: #575A09;
}
</style>
background-color css
<style>
a { background-color: #575A09; }
a { background-color: rgb(87,90,9); }
div.DivClassName
{
background-color: #575A09;
}
.BgClassName
{
background-color: #575A09;
}
</style>
border-color css
<style>
span { border-color: #575A09; }
span { border-color: rgb(87,90,9); }
td.TdClassName
{
border-color: #575A09;
}
.TagClassName
{
border-color: #575A09;
}
</style>