Shades of Verdun Green #525800
Tints of Verdun Green #525800
RGB
CMYK
RGB Variations
Color information
#525800 (or 0x525800) is known color: Verdun Green. HEX triplet: 52, 58 and 00. RGB value is (82,88,0). Sum of RGB (Red+Green+Blue) = 82+88+0=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #525800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525800 is #ADA7FF. Grayscale: #4C4C4C. Windows color (decimal): -11380736 or 22610. OLE color: 22610.
HSL color Cylindrical-coordinate representation of color #525800: hue angle of 64.09º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #525800 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.65 |
| HSL | 64.09º | 1% | 0.17% | - |
| HSV(B) | 64.09º | 1% | 0.35% | - |
| XYZ | 6.97 | 8.77 | 1.33 | - |
| YUV | 76.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 0 | 0.07 | 0 | 1 | 0.65 | 64.09 | 1 | 0.17 |
| Hex | 52 | 58 | 0 | 7 | 0 | 64 | 41 | 40 | 64 | 11 |
| Octal | 122 | 130 | 0 | 7 | 0 | 144 | 101 | 100 | 144 | 21 |
| Binary | 1010010 | 1011000 | 0 | 111 | 0 | 1100100 | 1000001 | 1000000 | 1100100 | 10001 |
Color Harmonies of #525800
Complementary color
Monochromatic Colors of #525800
Black with #525800
Text Example
Text Example
White with #525800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525800; }
p { color: rgb(82,88,0); }
H1.HeaderClassName
{
color: #525800;
}
.AnyTagClassName
{
color: #525800;
}
</style>
background-color css
<style>
a { background-color: #525800; }
a { background-color: rgb(82,88,0); }
div.DivClassName
{
background-color: #525800;
}
.BgClassName
{
background-color: #525800;
}
</style>
border-color css
<style>
span { border-color: #525800; }
span { border-color: rgb(82,88,0); }
td.TdClassName
{
border-color: #525800;
}
.TagClassName
{
border-color: #525800;
}
</style>