Shades of Verdun Green #51570A
Tints of Verdun Green #51570A
RGB
CMYK
RGB Variations
Color information
#51570A (or 0x51570A) is known color: Verdun Green. HEX triplet: 51, 57 and 0A. RGB value is (81,87,10). Sum of RGB (Red+Green+Blue) = 81+87+10=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #51570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51570A is #AEA8F5. Grayscale: #4C4C4C. Windows color (decimal): -11446518 or 677713. OLE color: 677713.
HSL color Cylindrical-coordinate representation of color #51570A: hue angle of 64.68º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51570A is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 10 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.66 |
| HSL | 64.68º | 0.79% | 0.19% | - |
| HSV(B) | 64.68º | 0.89% | 0.34% | - |
| XYZ | 6.86 | 8.59 | 1.58 | - |
| YUV | 76.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 10 | 0.07 | 0 | 0.89 | 0.66 | 64.68 | 0.79 | 0.19 |
| Hex | 51 | 57 | A | 7 | 0 | 59 | 42 | 41 | 4F | 13 |
| Octal | 121 | 127 | 12 | 7 | 0 | 131 | 102 | 101 | 117 | 23 |
| Binary | 1010001 | 1010111 | 1010 | 111 | 0 | 1011001 | 1000010 | 1000001 | 1001111 | 10011 |
Color Harmonies of #51570A
Complementary color
Monochromatic Colors of #51570A
Black with #51570A
Text Example
Text Example
White with #51570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51570A; }
p { color: rgb(81,87,10); }
H1.HeaderClassName
{
color: #51570A;
}
.AnyTagClassName
{
color: #51570A;
}
</style>
background-color css
<style>
a { background-color: #51570A; }
a { background-color: rgb(81,87,10); }
div.DivClassName
{
background-color: #51570A;
}
.BgClassName
{
background-color: #51570A;
}
</style>
border-color css
<style>
span { border-color: #51570A; }
span { border-color: rgb(81,87,10); }
td.TdClassName
{
border-color: #51570A;
}
.TagClassName
{
border-color: #51570A;
}
</style>