Shades of Verdun Green #525601
Tints of Verdun Green #525601
RGB
CMYK
RGB Variations
Color information
#525601 (or 0x525601) is known color: Verdun Green. HEX triplet: 52, 56 and 01. RGB value is (82,86,1). Sum of RGB (Red+Green+Blue) = 82+86+1=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #525601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525601 is #ADA9FE. Grayscale: #4B4B4B. Windows color (decimal): -11381247 or 87634. OLE color: 87634.
HSL color Cylindrical-coordinate representation of color #525601: hue angle of 62.82º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #525601 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 86 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.66 |
| HSL | 62.82º | 0.98% | 0.17% | - |
| HSV(B) | 62.82º | 0.99% | 0.34% | - |
| XYZ | 6.81 | 8.45 | 1.3 | - |
| YUV | 75.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 1 | 0.05 | 0 | 0.99 | 0.66 | 62.82 | 0.98 | 0.17 |
| Hex | 52 | 56 | 1 | 5 | 0 | 63 | 42 | 3F | 62 | 11 |
| Octal | 122 | 126 | 1 | 5 | 0 | 143 | 102 | 77 | 142 | 21 |
| Binary | 1010010 | 1010110 | 1 | 101 | 0 | 1100011 | 1000010 | 111111 | 1100010 | 10001 |
Color Harmonies of #525601
Complementary color
Monochromatic Colors of #525601
Black with #525601
Text Example
Text Example
White with #525601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525601; }
p { color: rgb(82,86,1); }
H1.HeaderClassName
{
color: #525601;
}
.AnyTagClassName
{
color: #525601;
}
</style>
background-color css
<style>
a { background-color: #525601; }
a { background-color: rgb(82,86,1); }
div.DivClassName
{
background-color: #525601;
}
.BgClassName
{
background-color: #525601;
}
</style>
border-color css
<style>
span { border-color: #525601; }
span { border-color: rgb(82,86,1); }
td.TdClassName
{
border-color: #525601;
}
.TagClassName
{
border-color: #525601;
}
</style>