Shades of Verdun Green #525815
Tints of Verdun Green #525815
RGB
CMYK
RGB Variations
Color information
#525815 (or 0x525815) is known color: Verdun Green. HEX triplet: 52, 58 and 15. RGB value is (82,88,21). Sum of RGB (Red+Green+Blue) = 82+88+21=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #525815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525815 is #ADA7EA. Grayscale: #4E4E4E. Windows color (decimal): -11380715 or 1398866. OLE color: 1398866.
HSL color Cylindrical-coordinate representation of color #525815: hue angle of 65.37º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #525815 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 21 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.65 |
| HSL | 65.37º | 0.61% | 0.21% | - |
| HSV(B) | 65.37º | 0.76% | 0.35% | - |
| XYZ | 7.1 | 8.83 | 2.04 | - |
| YUV | 78.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 21 | 0.07 | 0 | 0.76 | 0.65 | 65.37 | 0.61 | 0.21 |
| Hex | 52 | 58 | 15 | 7 | 0 | 4C | 41 | 41 | 3D | 15 |
| Octal | 122 | 130 | 25 | 7 | 0 | 114 | 101 | 101 | 75 | 25 |
| Binary | 1010010 | 1011000 | 10101 | 111 | 0 | 1001100 | 1000001 | 1000001 | 111101 | 10101 |
Color Harmonies of #525815
Complementary color
Monochromatic Colors of #525815
Black with #525815
Text Example
Text Example
White with #525815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525815; }
p { color: rgb(82,88,21); }
H1.HeaderClassName
{
color: #525815;
}
.AnyTagClassName
{
color: #525815;
}
</style>
background-color css
<style>
a { background-color: #525815; }
a { background-color: rgb(82,88,21); }
div.DivClassName
{
background-color: #525815;
}
.BgClassName
{
background-color: #525815;
}
</style>
border-color css
<style>
span { border-color: #525815; }
span { border-color: rgb(82,88,21); }
td.TdClassName
{
border-color: #525815;
}
.TagClassName
{
border-color: #525815;
}
</style>