Shades of Verdun Green #57580D
Tints of Verdun Green #57580D
RGB
CMYK
RGB Variations
Color information
#57580D (or 0x57580D) is known color: Verdun Green. HEX triplet: 57, 58 and 0D. RGB value is (87,88,13). Sum of RGB (Red+Green+Blue) = 87+88+13=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #57580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57580D is #A8A7F2. Grayscale: #4F4F4F. Windows color (decimal): -11053043 or 874583. OLE color: 874583.
HSL color Cylindrical-coordinate representation of color #57580D: hue angle of 60.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57580D is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 13 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.65 |
| HSL | 60.8º | 0.74% | 0.2% | - |
| HSV(B) | 60.8º | 0.85% | 0.35% | - |
| XYZ | 7.49 | 9.03 | 1.73 | - |
| YUV | 79.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 13 | 0.01 | 0 | 0.85 | 0.65 | 60.8 | 0.74 | 0.2 |
| Hex | 57 | 58 | D | 1 | 0 | 55 | 41 | 3D | 4A | 14 |
| Octal | 127 | 130 | 15 | 1 | 0 | 125 | 101 | 75 | 112 | 24 |
| Binary | 1010111 | 1011000 | 1101 | 1 | 0 | 1010101 | 1000001 | 111101 | 1001010 | 10100 |
Color Harmonies of #57580D
Complementary color
Monochromatic Colors of #57580D
Black with #57580D
Text Example
Text Example
White with #57580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57580D; }
p { color: rgb(87,88,13); }
H1.HeaderClassName
{
color: #57580D;
}
.AnyTagClassName
{
color: #57580D;
}
</style>
background-color css
<style>
a { background-color: #57580D; }
a { background-color: rgb(87,88,13); }
div.DivClassName
{
background-color: #57580D;
}
.BgClassName
{
background-color: #57580D;
}
</style>
border-color css
<style>
span { border-color: #57580D; }
span { border-color: rgb(87,88,13); }
td.TdClassName
{
border-color: #57580D;
}
.TagClassName
{
border-color: #57580D;
}
</style>