Shades of Verdun Green #52510F
Tints of Verdun Green #52510F
RGB
CMYK
RGB Variations
Color information
#52510F (or 0x52510F) is known color: Verdun Green. HEX triplet: 52, 51 and 0F. RGB value is (82,81,15). Sum of RGB (Red+Green+Blue) = 82+81+15=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52510F is #ADAEF0. Grayscale: #4A4A4A. Windows color (decimal): -11382513 or 1003858. OLE color: 1003858.
HSL color Cylindrical-coordinate representation of color #52510F: hue angle of 59.1º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52510F is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 15 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.68 |
| HSL | 59.1º | 0.69% | 0.19% | - |
| HSV(B) | 59.1º | 0.82% | 0.32% | - |
| XYZ | 6.51 | 7.71 | 1.6 | - |
| YUV | 73.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 15 | 0 | 0.01 | 0.82 | 0.68 | 59.1 | 0.69 | 0.19 |
| Hex | 52 | 51 | F | 0 | 1 | 52 | 44 | 3B | 45 | 13 |
| Octal | 122 | 121 | 17 | 0 | 1 | 122 | 104 | 73 | 105 | 23 |
| Binary | 1010010 | 1010001 | 1111 | 0 | 1 | 1010010 | 1000100 | 111011 | 1000101 | 10011 |
Color Harmonies of #52510F
Complementary color
Monochromatic Colors of #52510F
Black with #52510F
Text Example
Text Example
White with #52510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52510F; }
p { color: rgb(82,81,15); }
H1.HeaderClassName
{
color: #52510F;
}
.AnyTagClassName
{
color: #52510F;
}
</style>
background-color css
<style>
a { background-color: #52510F; }
a { background-color: rgb(82,81,15); }
div.DivClassName
{
background-color: #52510F;
}
.BgClassName
{
background-color: #52510F;
}
</style>
border-color css
<style>
span { border-color: #52510F; }
span { border-color: rgb(82,81,15); }
td.TdClassName
{
border-color: #52510F;
}
.TagClassName
{
border-color: #52510F;
}
</style>