Shades of Verdun Green #52621A
Tints of Verdun Green #52621A
RGB
CMYK
RGB Variations
Color information
#52621A (or 0x52621A) is known color: Verdun Green. HEX triplet: 52, 62 and 1A. RGB value is (82,98,26). Sum of RGB (Red+Green+Blue) = 82+98+26=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #52621A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52621A is #AD9DE5. Grayscale: #555555. Windows color (decimal): -11378150 or 1729106. OLE color: 1729106.
HSL color Cylindrical-coordinate representation of color #52621A: hue angle of 73.33º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52621A is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 26 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.62 |
| HSL | 73.33º | 0.58% | 0.24% | - |
| HSV(B) | 73.33º | 0.73% | 0.38% | - |
| XYZ | 8.03 | 10.6 | 2.6 | - |
| YUV | 85.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 26 | 0.16 | 0 | 0.73 | 0.62 | 73.33 | 0.58 | 0.24 |
| Hex | 52 | 62 | 1A | 10 | 0 | 49 | 3E | 49 | 3A | 18 |
| Octal | 122 | 142 | 32 | 20 | 0 | 111 | 76 | 111 | 72 | 30 |
| Binary | 1010010 | 1100010 | 11010 | 10000 | 0 | 1001001 | 111110 | 1001001 | 111010 | 11000 |
Color Harmonies of #52621A
Complementary color
Monochromatic Colors of #52621A
Black with #52621A
Text Example
Text Example
White with #52621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52621A; }
p { color: rgb(82,98,26); }
H1.HeaderClassName
{
color: #52621A;
}
.AnyTagClassName
{
color: #52621A;
}
</style>
background-color css
<style>
a { background-color: #52621A; }
a { background-color: rgb(82,98,26); }
div.DivClassName
{
background-color: #52621A;
}
.BgClassName
{
background-color: #52621A;
}
</style>
border-color css
<style>
span { border-color: #52621A; }
span { border-color: rgb(82,98,26); }
td.TdClassName
{
border-color: #52621A;
}
.TagClassName
{
border-color: #52621A;
}
</style>