Shades of Verdun Green #52631B
Tints of Verdun Green #52631B
RGB
CMYK
RGB Variations
Color information
#52631B (or 0x52631B) is known color: Verdun Green. HEX triplet: 52, 63 and 1B. RGB value is (82,99,27). Sum of RGB (Red+Green+Blue) = 82+99+27=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #52631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52631B is #AD9CE4. Grayscale: #555555. Windows color (decimal): -11377893 or 1794898. OLE color: 1794898.
HSL color Cylindrical-coordinate representation of color #52631B: hue angle of 74.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52631B is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 99 | 27 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.61 |
| HSL | 74.17º | 0.57% | 0.25% | - |
| HSV(B) | 74.17º | 0.73% | 0.39% | - |
| XYZ | 8.14 | 10.8 | 2.69 | - |
| YUV | 85.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 27 | 0.17 | 0 | 0.73 | 0.61 | 74.17 | 0.57 | 0.25 |
| Hex | 52 | 63 | 1B | 11 | 0 | 49 | 3D | 4A | 39 | 19 |
| Octal | 122 | 143 | 33 | 21 | 0 | 111 | 75 | 112 | 71 | 31 |
| Binary | 1010010 | 1100011 | 11011 | 10001 | 0 | 1001001 | 111101 | 1001010 | 111001 | 11001 |
Color Harmonies of #52631B
Complementary color
Monochromatic Colors of #52631B
Black with #52631B
Text Example
Text Example
White with #52631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52631B; }
p { color: rgb(82,99,27); }
H1.HeaderClassName
{
color: #52631B;
}
.AnyTagClassName
{
color: #52631B;
}
</style>
background-color css
<style>
a { background-color: #52631B; }
a { background-color: rgb(82,99,27); }
div.DivClassName
{
background-color: #52631B;
}
.BgClassName
{
background-color: #52631B;
}
</style>
border-color css
<style>
span { border-color: #52631B; }
span { border-color: rgb(82,99,27); }
td.TdClassName
{
border-color: #52631B;
}
.TagClassName
{
border-color: #52631B;
}
</style>