Shades of Verdun Green #575A10
Tints of Verdun Green #575A10
RGB
CMYK
RGB Variations
Color information
#575A10 (or 0x575A10) is known color: Verdun Green. HEX triplet: 57, 5A and 10. RGB value is (87,90,16). Sum of RGB (Red+Green+Blue) = 87+90+16=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #575A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575A10 is #A8A5EF. Grayscale: #505050. Windows color (decimal): -11052528 or 1071703. OLE color: 1071703.
HSL color Cylindrical-coordinate representation of color #575A10: hue angle of 62.43º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #575A10 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 16 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.65 |
| HSL | 62.43º | 0.7% | 0.21% | - |
| HSV(B) | 62.43º | 0.82% | 0.35% | - |
| XYZ | 7.68 | 9.38 | 1.9 | - |
| YUV | 80.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 16 | 0.03 | 0 | 0.82 | 0.65 | 62.43 | 0.7 | 0.21 |
| Hex | 57 | 5A | 10 | 3 | 0 | 52 | 41 | 3E | 46 | 15 |
| Octal | 127 | 132 | 20 | 3 | 0 | 122 | 101 | 76 | 106 | 25 |
| Binary | 1010111 | 1011010 | 10000 | 11 | 0 | 1010010 | 1000001 | 111110 | 1000110 | 10101 |
Color Harmonies of #575A10
Complementary color
Monochromatic Colors of #575A10
Black with #575A10
Text Example
Text Example
White with #575A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A10; }
p { color: rgb(87,90,16); }
H1.HeaderClassName
{
color: #575A10;
}
.AnyTagClassName
{
color: #575A10;
}
</style>
background-color css
<style>
a { background-color: #575A10; }
a { background-color: rgb(87,90,16); }
div.DivClassName
{
background-color: #575A10;
}
.BgClassName
{
background-color: #575A10;
}
</style>
border-color css
<style>
span { border-color: #575A10; }
span { border-color: rgb(87,90,16); }
td.TdClassName
{
border-color: #575A10;
}
.TagClassName
{
border-color: #575A10;
}
</style>