Shades of Verdun Green #51520B
Tints of Verdun Green #51520B
RGB
CMYK
RGB Variations
Color information
#51520B (or 0x51520B) is known color: Verdun Green. HEX triplet: 51, 52 and 0B. RGB value is (81,82,11). Sum of RGB (Red+Green+Blue) = 81+82+11=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #51520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51520B is #AEADF4. Grayscale: #494949. Windows color (decimal): -11447797 or 741969. OLE color: 741969.
HSL color Cylindrical-coordinate representation of color #51520B: hue angle of 60.85º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51520B is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 11 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.68 |
| HSL | 60.85º | 0.76% | 0.18% | - |
| HSV(B) | 60.85º | 0.87% | 0.32% | - |
| XYZ | 6.47 | 7.81 | 1.48 | - |
| YUV | 73.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 11 | 0.01 | 0 | 0.87 | 0.68 | 60.85 | 0.76 | 0.18 |
| Hex | 51 | 52 | B | 1 | 0 | 57 | 44 | 3D | 4C | 12 |
| Octal | 121 | 122 | 13 | 1 | 0 | 127 | 104 | 75 | 114 | 22 |
| Binary | 1010001 | 1010010 | 1011 | 1 | 0 | 1010111 | 1000100 | 111101 | 1001100 | 10010 |
Color Harmonies of #51520B
Complementary color
Monochromatic Colors of #51520B
Black with #51520B
Text Example
Text Example
White with #51520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51520B; }
p { color: rgb(81,82,11); }
H1.HeaderClassName
{
color: #51520B;
}
.AnyTagClassName
{
color: #51520B;
}
</style>
background-color css
<style>
a { background-color: #51520B; }
a { background-color: rgb(81,82,11); }
div.DivClassName
{
background-color: #51520B;
}
.BgClassName
{
background-color: #51520B;
}
</style>
border-color css
<style>
span { border-color: #51520B; }
span { border-color: rgb(81,82,11); }
td.TdClassName
{
border-color: #51520B;
}
.TagClassName
{
border-color: #51520B;
}
</style>