Shades of Verdun Green #575F07
Tints of Verdun Green #575F07
RGB
CMYK
RGB Variations
Color information
#575F07 (or 0x575F07) is known color: Verdun Green. HEX triplet: 57, 5F and 07. RGB value is (87,95,7). Sum of RGB (Red+Green+Blue) = 87+95+7=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #575F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575F07 is #A8A0F8. Grayscale: #525252. Windows color (decimal): -11051257 or 483159. OLE color: 483159.
HSL color Cylindrical-coordinate representation of color #575F07: hue angle of 65.45º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #575F07 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 95 | 7 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.63 |
| HSL | 65.45º | 0.86% | 0.2% | - |
| HSV(B) | 65.45º | 0.93% | 0.37% | - |
| XYZ | 8.06 | 10.23 | 1.75 | - |
| YUV | 82.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 7 | 0.08 | 0 | 0.93 | 0.63 | 65.45 | 0.86 | 0.2 |
| Hex | 57 | 5F | 7 | 8 | 0 | 5D | 3F | 41 | 56 | 14 |
| Octal | 127 | 137 | 7 | 10 | 0 | 135 | 77 | 101 | 126 | 24 |
| Binary | 1010111 | 1011111 | 111 | 1000 | 0 | 1011101 | 111111 | 1000001 | 1010110 | 10100 |
Color Harmonies of #575F07
Complementary color
Monochromatic Colors of #575F07
Black with #575F07
Text Example
Text Example
White with #575F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F07; }
p { color: rgb(87,95,7); }
H1.HeaderClassName
{
color: #575F07;
}
.AnyTagClassName
{
color: #575F07;
}
</style>
background-color css
<style>
a { background-color: #575F07; }
a { background-color: rgb(87,95,7); }
div.DivClassName
{
background-color: #575F07;
}
.BgClassName
{
background-color: #575F07;
}
</style>
border-color css
<style>
span { border-color: #575F07; }
span { border-color: rgb(87,95,7); }
td.TdClassName
{
border-color: #575F07;
}
.TagClassName
{
border-color: #575F07;
}
</style>