Shades of Verdun Green #51520C
Tints of Verdun Green #51520C
RGB
CMYK
RGB Variations
Color information
#51520C (or 0x51520C) is known color: Verdun Green. HEX triplet: 51, 52 and 0C. RGB value is (81,82,12). Sum of RGB (Red+Green+Blue) = 81+82+12=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #51520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51520C is #AEADF3. Grayscale: #494949. Windows color (decimal): -11447796 or 807505. OLE color: 807505.
HSL color Cylindrical-coordinate representation of color #51520C: hue angle of 60.86º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51520C is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 12 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.68 |
| HSL | 60.86º | 0.74% | 0.18% | - |
| HSV(B) | 60.86º | 0.85% | 0.32% | - |
| XYZ | 6.48 | 7.81 | 1.51 | - |
| YUV | 73.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 12 | 0.01 | 0 | 0.85 | 0.68 | 60.86 | 0.74 | 0.18 |
| Hex | 51 | 52 | C | 1 | 0 | 55 | 44 | 3D | 4A | 12 |
| Octal | 121 | 122 | 14 | 1 | 0 | 125 | 104 | 75 | 112 | 22 |
| Binary | 1010001 | 1010010 | 1100 | 1 | 0 | 1010101 | 1000100 | 111101 | 1001010 | 10010 |
Color Harmonies of #51520C
Complementary color
Monochromatic Colors of #51520C
Black with #51520C
Text Example
Text Example
White with #51520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51520C; }
p { color: rgb(81,82,12); }
H1.HeaderClassName
{
color: #51520C;
}
.AnyTagClassName
{
color: #51520C;
}
</style>
background-color css
<style>
a { background-color: #51520C; }
a { background-color: rgb(81,82,12); }
div.DivClassName
{
background-color: #51520C;
}
.BgClassName
{
background-color: #51520C;
}
</style>
border-color css
<style>
span { border-color: #51520C; }
span { border-color: rgb(81,82,12); }
td.TdClassName
{
border-color: #51520C;
}
.TagClassName
{
border-color: #51520C;
}
</style>