Shades of Verdun Green #575802
Tints of Verdun Green #575802
RGB
CMYK
RGB Variations
Color information
#575802 (or 0x575802) is known color: Verdun Green. HEX triplet: 57, 58 and 02. RGB value is (87,88,2). Sum of RGB (Red+Green+Blue) = 87+88+2=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #575802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575802 is #A8A7FD. Grayscale: #4E4E4E. Windows color (decimal): -11053054 or 153687. OLE color: 153687.
HSL color Cylindrical-coordinate representation of color #575802: hue angle of 60.7º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #575802 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 2 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.65 |
| HSL | 60.7º | 0.96% | 0.18% | - |
| HSV(B) | 60.7º | 0.98% | 0.35% | - |
| XYZ | 7.43 | 9.01 | 1.4 | - |
| YUV | 77.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 2 | 0.01 | 0 | 0.98 | 0.65 | 60.7 | 0.96 | 0.18 |
| Hex | 57 | 58 | 2 | 1 | 0 | 62 | 41 | 3D | 60 | 12 |
| Octal | 127 | 130 | 2 | 1 | 0 | 142 | 101 | 75 | 140 | 22 |
| Binary | 1010111 | 1011000 | 10 | 1 | 0 | 1100010 | 1000001 | 111101 | 1100000 | 10010 |
Color Harmonies of #575802
Complementary color
Monochromatic Colors of #575802
Black with #575802
Text Example
Text Example
White with #575802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575802; }
p { color: rgb(87,88,2); }
H1.HeaderClassName
{
color: #575802;
}
.AnyTagClassName
{
color: #575802;
}
</style>
background-color css
<style>
a { background-color: #575802; }
a { background-color: rgb(87,88,2); }
div.DivClassName
{
background-color: #575802;
}
.BgClassName
{
background-color: #575802;
}
</style>
border-color css
<style>
span { border-color: #575802; }
span { border-color: rgb(87,88,2); }
td.TdClassName
{
border-color: #575802;
}
.TagClassName
{
border-color: #575802;
}
</style>