Shades of Verdun Green #525401
Tints of Verdun Green #525401
RGB
CMYK
RGB Variations
Color information
#525401 (or 0x525401) is known color: Verdun Green. HEX triplet: 52, 54 and 01. RGB value is (82,84,1). Sum of RGB (Red+Green+Blue) = 82+84+1=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #525401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525401 is #ADABFE. Grayscale: #4A4A4A. Windows color (decimal): -11381759 or 87122. OLE color: 87122.
HSL color Cylindrical-coordinate representation of color #525401: hue angle of 61.45º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #525401 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.67 |
| HSL | 61.45º | 0.98% | 0.17% | - |
| HSV(B) | 61.45º | 0.99% | 0.33% | - |
| XYZ | 6.66 | 8.14 | 1.25 | - |
| YUV | 73.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 1 | 0.02 | 0 | 0.99 | 0.67 | 61.45 | 0.98 | 0.17 |
| Hex | 52 | 54 | 1 | 2 | 0 | 63 | 43 | 3D | 62 | 11 |
| Octal | 122 | 124 | 1 | 2 | 0 | 143 | 103 | 75 | 142 | 21 |
| Binary | 1010010 | 1010100 | 1 | 10 | 0 | 1100011 | 1000011 | 111101 | 1100010 | 10001 |
Color Harmonies of #525401
Complementary color
Monochromatic Colors of #525401
Black with #525401
Text Example
Text Example
White with #525401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525401; }
p { color: rgb(82,84,1); }
H1.HeaderClassName
{
color: #525401;
}
.AnyTagClassName
{
color: #525401;
}
</style>
background-color css
<style>
a { background-color: #525401; }
a { background-color: rgb(82,84,1); }
div.DivClassName
{
background-color: #525401;
}
.BgClassName
{
background-color: #525401;
}
</style>
border-color css
<style>
span { border-color: #525401; }
span { border-color: rgb(82,84,1); }
td.TdClassName
{
border-color: #525401;
}
.TagClassName
{
border-color: #525401;
}
</style>