Shades of Verdun Green #575207
Tints of Verdun Green #575207
RGB
CMYK
RGB Variations
Color information
#575207 (or 0x575207) is known color: Verdun Green. HEX triplet: 57, 52 and 07. RGB value is (87,82,7). Sum of RGB (Red+Green+Blue) = 87+82+7=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #575207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575207 is #A8ADF8. Grayscale: #4B4B4B. Windows color (decimal): -11054585 or 479831. OLE color: 479831.
HSL color Cylindrical-coordinate representation of color #575207: hue angle of 56.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #575207 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 7 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.66 |
| HSL | 56.25º | 0.85% | 0.18% | - |
| HSV(B) | 56.25º | 0.92% | 0.34% | - |
| XYZ | 6.99 | 8.08 | 1.39 | - |
| YUV | 74.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 7 | 0 | 0.06 | 0.92 | 0.66 | 56.25 | 0.85 | 0.18 |
| Hex | 57 | 52 | 7 | 0 | 6 | 5C | 42 | 38 | 55 | 12 |
| Octal | 127 | 122 | 7 | 0 | 6 | 134 | 102 | 70 | 125 | 22 |
| Binary | 1010111 | 1010010 | 111 | 0 | 110 | 1011100 | 1000010 | 111000 | 1010101 | 10010 |
Color Harmonies of #575207
Complementary color
Monochromatic Colors of #575207
Black with #575207
Text Example
Text Example
White with #575207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575207; }
p { color: rgb(87,82,7); }
H1.HeaderClassName
{
color: #575207;
}
.AnyTagClassName
{
color: #575207;
}
</style>
background-color css
<style>
a { background-color: #575207; }
a { background-color: rgb(87,82,7); }
div.DivClassName
{
background-color: #575207;
}
.BgClassName
{
background-color: #575207;
}
</style>
border-color css
<style>
span { border-color: #575207; }
span { border-color: rgb(87,82,7); }
td.TdClassName
{
border-color: #575207;
}
.TagClassName
{
border-color: #575207;
}
</style>