Shades of Verdun Green #52670C
Tints of Verdun Green #52670C
RGB
CMYK
RGB Variations
Color information
#52670C (or 0x52670C) is known color: Verdun Green. HEX triplet: 52, 67 and 0C. RGB value is (82,103,12). Sum of RGB (Red+Green+Blue) = 82+103+12=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #52670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52670C is #AD98F3. Grayscale: #565656. Windows color (decimal): -11376884 or 812882. OLE color: 812882.
HSL color Cylindrical-coordinate representation of color #52670C: hue angle of 73.85º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52670C is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 103 | 12 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.60 |
| HSL | 73.85º | 0.79% | 0.23% | - |
| HSV(B) | 73.85º | 0.88% | 0.4% | - |
| XYZ | 8.4 | 11.52 | 2.13 | - |
| YUV | 86.35 | 86.04 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 12 | 0.20 | 0 | 0.88 | 0.60 | 73.85 | 0.79 | 0.23 |
| Hex | 52 | 67 | C | 14 | 0 | 58 | 3C | 4A | 4F | 17 |
| Octal | 122 | 147 | 14 | 24 | 0 | 130 | 74 | 112 | 117 | 27 |
| Binary | 1010010 | 1100111 | 1100 | 10100 | 0 | 1011000 | 111100 | 1001010 | 1001111 | 10111 |
Color Harmonies of #52670C
Complementary color
Monochromatic Colors of #52670C
Black with #52670C
Text Example
Text Example
White with #52670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52670C; }
p { color: rgb(82,103,12); }
H1.HeaderClassName
{
color: #52670C;
}
.AnyTagClassName
{
color: #52670C;
}
</style>
background-color css
<style>
a { background-color: #52670C; }
a { background-color: rgb(82,103,12); }
div.DivClassName
{
background-color: #52670C;
}
.BgClassName
{
background-color: #52670C;
}
</style>
border-color css
<style>
span { border-color: #52670C; }
span { border-color: rgb(82,103,12); }
td.TdClassName
{
border-color: #52670C;
}
.TagClassName
{
border-color: #52670C;
}
</style>