Shades of Verdun Green #57550C
Tints of Verdun Green #57550C
RGB
CMYK
RGB Variations
Color information
#57550C (or 0x57550C) is known color: Verdun Green. HEX triplet: 57, 55 and 0C. RGB value is (87,85,12). Sum of RGB (Red+Green+Blue) = 87+85+12=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57550C is #A8AAF3. Grayscale: #4D4D4D. Windows color (decimal): -11053812 or 808279. OLE color: 808279.
HSL color Cylindrical-coordinate representation of color #57550C: hue angle of 58.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57550C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 12 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.66 |
| HSL | 58.4º | 0.76% | 0.19% | - |
| HSV(B) | 58.4º | 0.86% | 0.34% | - |
| XYZ | 7.25 | 8.55 | 1.62 | - |
| YUV | 77.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 12 | 0 | 0.02 | 0.86 | 0.66 | 58.4 | 0.76 | 0.19 |
| Hex | 57 | 55 | C | 0 | 2 | 56 | 42 | 3A | 4C | 13 |
| Octal | 127 | 125 | 14 | 0 | 2 | 126 | 102 | 72 | 114 | 23 |
| Binary | 1010111 | 1010101 | 1100 | 0 | 10 | 1010110 | 1000010 | 111010 | 1001100 | 10011 |
Color Harmonies of #57550C
Complementary color
Monochromatic Colors of #57550C
Black with #57550C
Text Example
Text Example
White with #57550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57550C; }
p { color: rgb(87,85,12); }
H1.HeaderClassName
{
color: #57550C;
}
.AnyTagClassName
{
color: #57550C;
}
</style>
background-color css
<style>
a { background-color: #57550C; }
a { background-color: rgb(87,85,12); }
div.DivClassName
{
background-color: #57550C;
}
.BgClassName
{
background-color: #57550C;
}
</style>
border-color css
<style>
span { border-color: #57550C; }
span { border-color: rgb(87,85,12); }
td.TdClassName
{
border-color: #57550C;
}
.TagClassName
{
border-color: #57550C;
}
</style>