Shades of Verdun Green #526301
Tints of Verdun Green #526301
RGB
CMYK
RGB Variations
Color information
#526301 (or 0x526301) is known color: Verdun Green. HEX triplet: 52, 63 and 01. RGB value is (82,99,1). Sum of RGB (Red+Green+Blue) = 82+99+1=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #526301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526301 is #AD9CFE. Grayscale: #535353. Windows color (decimal): -11377919 or 90962. OLE color: 90962.
HSL color Cylindrical-coordinate representation of color #526301: hue angle of 70.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #526301 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 99 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.61 |
| HSL | 70.41º | 0.98% | 0.2% | - |
| HSV(B) | 70.41º | 0.99% | 0.39% | - |
| XYZ | 7.95 | 10.72 | 1.68 | - |
| YUV | 82.75 | 81.87 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 1 | 0.17 | 0 | 0.99 | 0.61 | 70.41 | 0.98 | 0.2 |
| Hex | 52 | 63 | 1 | 11 | 0 | 63 | 3D | 46 | 62 | 14 |
| Octal | 122 | 143 | 1 | 21 | 0 | 143 | 75 | 106 | 142 | 24 |
| Binary | 1010010 | 1100011 | 1 | 10001 | 0 | 1100011 | 111101 | 1000110 | 1100010 | 10100 |
Color Harmonies of #526301
Complementary color
Monochromatic Colors of #526301
Black with #526301
Text Example
Text Example
White with #526301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526301; }
p { color: rgb(82,99,1); }
H1.HeaderClassName
{
color: #526301;
}
.AnyTagClassName
{
color: #526301;
}
</style>
background-color css
<style>
a { background-color: #526301; }
a { background-color: rgb(82,99,1); }
div.DivClassName
{
background-color: #526301;
}
.BgClassName
{
background-color: #526301;
}
</style>
border-color css
<style>
span { border-color: #526301; }
span { border-color: rgb(82,99,1); }
td.TdClassName
{
border-color: #526301;
}
.TagClassName
{
border-color: #526301;
}
</style>