Shades of Verdun Green #51520D
Tints of Verdun Green #51520D
RGB
CMYK
RGB Variations
Color information
#51520D (or 0x51520D) is known color: Verdun Green. HEX triplet: 51, 52 and 0D. RGB value is (81,82,13). Sum of RGB (Red+Green+Blue) = 81+82+13=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #51520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51520D is #AEADF2. Grayscale: #4A4A4A. Windows color (decimal): -11447795 or 873041. OLE color: 873041.
HSL color Cylindrical-coordinate representation of color #51520D: hue angle of 60.87º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51520D is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 13 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.68 |
| HSL | 60.87º | 0.73% | 0.19% | - |
| HSV(B) | 60.87º | 0.84% | 0.32% | - |
| XYZ | 6.48 | 7.81 | 1.55 | - |
| YUV | 73.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 13 | 0.01 | 0 | 0.84 | 0.68 | 60.87 | 0.73 | 0.19 |
| Hex | 51 | 52 | D | 1 | 0 | 54 | 44 | 3D | 49 | 13 |
| Octal | 121 | 122 | 15 | 1 | 0 | 124 | 104 | 75 | 111 | 23 |
| Binary | 1010001 | 1010010 | 1101 | 1 | 0 | 1010100 | 1000100 | 111101 | 1001001 | 10011 |
Color Harmonies of #51520D
Complementary color
Monochromatic Colors of #51520D
Black with #51520D
Text Example
Text Example
White with #51520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51520D; }
p { color: rgb(81,82,13); }
H1.HeaderClassName
{
color: #51520D;
}
.AnyTagClassName
{
color: #51520D;
}
</style>
background-color css
<style>
a { background-color: #51520D; }
a { background-color: rgb(81,82,13); }
div.DivClassName
{
background-color: #51520D;
}
.BgClassName
{
background-color: #51520D;
}
</style>
border-color css
<style>
span { border-color: #51520D; }
span { border-color: rgb(81,82,13); }
td.TdClassName
{
border-color: #51520D;
}
.TagClassName
{
border-color: #51520D;
}
</style>