Shades of Verdun Green #52510E
Tints of Verdun Green #52510E
RGB
CMYK
RGB Variations
Color information
#52510E (or 0x52510E) is known color: Verdun Green. HEX triplet: 52, 51 and 0E. RGB value is (82,81,14). Sum of RGB (Red+Green+Blue) = 82+81+14=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52510E is #ADAEF1. Grayscale: #494949. Windows color (decimal): -11382514 or 938322. OLE color: 938322.
HSL color Cylindrical-coordinate representation of color #52510E: hue angle of 59.12º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52510E is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 14 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.68 |
| HSL | 59.12º | 0.71% | 0.19% | - |
| HSV(B) | 59.12º | 0.83% | 0.32% | - |
| XYZ | 6.5 | 7.71 | 1.56 | - |
| YUV | 73.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 14 | 0 | 0.01 | 0.83 | 0.68 | 59.12 | 0.71 | 0.19 |
| Hex | 52 | 51 | E | 0 | 1 | 53 | 44 | 3B | 47 | 13 |
| Octal | 122 | 121 | 16 | 0 | 1 | 123 | 104 | 73 | 107 | 23 |
| Binary | 1010010 | 1010001 | 1110 | 0 | 1 | 1010011 | 1000100 | 111011 | 1000111 | 10011 |
Color Harmonies of #52510E
Complementary color
Monochromatic Colors of #52510E
Black with #52510E
Text Example
Text Example
White with #52510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52510E; }
p { color: rgb(82,81,14); }
H1.HeaderClassName
{
color: #52510E;
}
.AnyTagClassName
{
color: #52510E;
}
</style>
background-color css
<style>
a { background-color: #52510E; }
a { background-color: rgb(82,81,14); }
div.DivClassName
{
background-color: #52510E;
}
.BgClassName
{
background-color: #52510E;
}
</style>
border-color css
<style>
span { border-color: #52510E; }
span { border-color: rgb(82,81,14); }
td.TdClassName
{
border-color: #52510E;
}
.TagClassName
{
border-color: #52510E;
}
</style>