Shades of Verdun Green #57580E
Tints of Verdun Green #57580E
RGB
CMYK
RGB Variations
Color information
#57580E (or 0x57580E) is known color: Verdun Green. HEX triplet: 57, 58 and 0E. RGB value is (87,88,14). Sum of RGB (Red+Green+Blue) = 87+88+14=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #57580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57580E is #A8A7F1. Grayscale: #4F4F4F. Windows color (decimal): -11053042 or 940119. OLE color: 940119.
HSL color Cylindrical-coordinate representation of color #57580E: hue angle of 60.81º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57580E is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 14 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.65 |
| HSL | 60.81º | 0.73% | 0.2% | - |
| HSV(B) | 60.81º | 0.84% | 0.35% | - |
| XYZ | 7.5 | 9.04 | 1.76 | - |
| YUV | 79.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 14 | 0.01 | 0 | 0.84 | 0.65 | 60.81 | 0.73 | 0.2 |
| Hex | 57 | 58 | E | 1 | 0 | 54 | 41 | 3D | 49 | 14 |
| Octal | 127 | 130 | 16 | 1 | 0 | 124 | 101 | 75 | 111 | 24 |
| Binary | 1010111 | 1011000 | 1110 | 1 | 0 | 1010100 | 1000001 | 111101 | 1001001 | 10100 |
Color Harmonies of #57580E
Complementary color
Monochromatic Colors of #57580E
Black with #57580E
Text Example
Text Example
White with #57580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57580E; }
p { color: rgb(87,88,14); }
H1.HeaderClassName
{
color: #57580E;
}
.AnyTagClassName
{
color: #57580E;
}
</style>
background-color css
<style>
a { background-color: #57580E; }
a { background-color: rgb(87,88,14); }
div.DivClassName
{
background-color: #57580E;
}
.BgClassName
{
background-color: #57580E;
}
</style>
border-color css
<style>
span { border-color: #57580E; }
span { border-color: rgb(87,88,14); }
td.TdClassName
{
border-color: #57580E;
}
.TagClassName
{
border-color: #57580E;
}
</style>