Shades of Verdun Green #52651C
Tints of Verdun Green #52651C
RGB
CMYK
RGB Variations
Color information
#52651C (or 0x52651C) is known color: Verdun Green. HEX triplet: 52, 65 and 1C. RGB value is (82,101,28). Sum of RGB (Red+Green+Blue) = 82+101+28=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #52651C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52651C is #AD9AE3. Grayscale: #575757. Windows color (decimal): -11377380 or 1860946. OLE color: 1860946.
HSL color Cylindrical-coordinate representation of color #52651C: hue angle of 75.62º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52651C is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 101 | 28 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.60 |
| HSL | 75.62º | 0.57% | 0.25% | - |
| HSV(B) | 75.62º | 0.72% | 0.4% | - |
| XYZ | 8.34 | 11.19 | 2.82 | - |
| YUV | 87 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 28 | 0.19 | 0 | 0.72 | 0.60 | 75.62 | 0.57 | 0.25 |
| Hex | 52 | 65 | 1C | 13 | 0 | 48 | 3C | 4C | 39 | 19 |
| Octal | 122 | 145 | 34 | 23 | 0 | 110 | 74 | 114 | 71 | 31 |
| Binary | 1010010 | 1100101 | 11100 | 10011 | 0 | 1001000 | 111100 | 1001100 | 111001 | 11001 |
Color Harmonies of #52651C
Complementary color
Monochromatic Colors of #52651C
Black with #52651C
Text Example
Text Example
White with #52651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52651C; }
p { color: rgb(82,101,28); }
H1.HeaderClassName
{
color: #52651C;
}
.AnyTagClassName
{
color: #52651C;
}
</style>
background-color css
<style>
a { background-color: #52651C; }
a { background-color: rgb(82,101,28); }
div.DivClassName
{
background-color: #52651C;
}
.BgClassName
{
background-color: #52651C;
}
</style>
border-color css
<style>
span { border-color: #52651C; }
span { border-color: rgb(82,101,28); }
td.TdClassName
{
border-color: #52651C;
}
.TagClassName
{
border-color: #52651C;
}
</style>