Shades of Verdun Green #575B10
Tints of Verdun Green #575B10
RGB
CMYK
RGB Variations
Color information
#575B10 (or 0x575B10) is known color: Verdun Green. HEX triplet: 57, 5B and 10. RGB value is (87,91,16). Sum of RGB (Red+Green+Blue) = 87+91+16=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #575B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575B10 is #A8A4EF. Grayscale: #515151. Windows color (decimal): -11052272 or 1071959. OLE color: 1071959.
HSL color Cylindrical-coordinate representation of color #575B10: hue angle of 63.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #575B10 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 91 | 16 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.64 |
| HSL | 63.2º | 0.7% | 0.21% | - |
| HSV(B) | 63.2º | 0.82% | 0.36% | - |
| XYZ | 7.77 | 9.55 | 1.92 | - |
| YUV | 81.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 16 | 0.04 | 0 | 0.82 | 0.64 | 63.2 | 0.7 | 0.21 |
| Hex | 57 | 5B | 10 | 4 | 0 | 52 | 40 | 3F | 46 | 15 |
| Octal | 127 | 133 | 20 | 4 | 0 | 122 | 100 | 77 | 106 | 25 |
| Binary | 1010111 | 1011011 | 10000 | 100 | 0 | 1010010 | 1000000 | 111111 | 1000110 | 10101 |
Color Harmonies of #575B10
Complementary color
Monochromatic Colors of #575B10
Black with #575B10
Text Example
Text Example
White with #575B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B10; }
p { color: rgb(87,91,16); }
H1.HeaderClassName
{
color: #575B10;
}
.AnyTagClassName
{
color: #575B10;
}
</style>
background-color css
<style>
a { background-color: #575B10; }
a { background-color: rgb(87,91,16); }
div.DivClassName
{
background-color: #575B10;
}
.BgClassName
{
background-color: #575B10;
}
</style>
border-color css
<style>
span { border-color: #575B10; }
span { border-color: rgb(87,91,16); }
td.TdClassName
{
border-color: #575B10;
}
.TagClassName
{
border-color: #575B10;
}
</style>