Shades of Verdun Green #52580B
Tints of Verdun Green #52580B
RGB
CMYK
RGB Variations
Color information
#52580B (or 0x52580B) is known color: Verdun Green. HEX triplet: 52, 58 and 0B. RGB value is (82,88,11). Sum of RGB (Red+Green+Blue) = 82+88+11=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #52580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52580B is #ADA7F4. Grayscale: #4D4D4D. Windows color (decimal): -11380725 or 743506. OLE color: 743506.
HSL color Cylindrical-coordinate representation of color #52580B: hue angle of 64.68º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52580B is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 11 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.65 |
| HSL | 64.68º | 0.78% | 0.19% | - |
| HSV(B) | 64.68º | 0.88% | 0.35% | - |
| XYZ | 7.03 | 8.8 | 1.64 | - |
| YUV | 77.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 11 | 0.07 | 0 | 0.88 | 0.65 | 64.68 | 0.78 | 0.19 |
| Hex | 52 | 58 | B | 7 | 0 | 58 | 41 | 41 | 4E | 13 |
| Octal | 122 | 130 | 13 | 7 | 0 | 130 | 101 | 101 | 116 | 23 |
| Binary | 1010010 | 1011000 | 1011 | 111 | 0 | 1011000 | 1000001 | 1000001 | 1001110 | 10011 |
Color Harmonies of #52580B
Complementary color
Monochromatic Colors of #52580B
Black with #52580B
Text Example
Text Example
White with #52580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52580B; }
p { color: rgb(82,88,11); }
H1.HeaderClassName
{
color: #52580B;
}
.AnyTagClassName
{
color: #52580B;
}
</style>
background-color css
<style>
a { background-color: #52580B; }
a { background-color: rgb(82,88,11); }
div.DivClassName
{
background-color: #52580B;
}
.BgClassName
{
background-color: #52580B;
}
</style>
border-color css
<style>
span { border-color: #52580B; }
span { border-color: rgb(82,88,11); }
td.TdClassName
{
border-color: #52580B;
}
.TagClassName
{
border-color: #52580B;
}
</style>