Shades of Verdun Green #525501
Tints of Verdun Green #525501
RGB
CMYK
RGB Variations
Color information
#525501 (or 0x525501) is known color: Verdun Green. HEX triplet: 52, 55 and 01. RGB value is (82,85,1). Sum of RGB (Red+Green+Blue) = 82+85+1=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #525501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525501 is #ADAAFE. Grayscale: #4A4A4A. Windows color (decimal): -11381503 or 87378. OLE color: 87378.
HSL color Cylindrical-coordinate representation of color #525501: hue angle of 62.14º 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 #525501 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.67 |
| HSL | 62.14º | 0.98% | 0.17% | - |
| HSV(B) | 62.14º | 0.99% | 0.33% | - |
| XYZ | 6.73 | 8.29 | 1.27 | - |
| YUV | 74.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 1 | 0.04 | 0 | 0.99 | 0.67 | 62.14 | 0.98 | 0.17 |
| Hex | 52 | 55 | 1 | 4 | 0 | 63 | 43 | 3E | 62 | 11 |
| Octal | 122 | 125 | 1 | 4 | 0 | 143 | 103 | 76 | 142 | 21 |
| Binary | 1010010 | 1010101 | 1 | 100 | 0 | 1100011 | 1000011 | 111110 | 1100010 | 10001 |
Color Harmonies of #525501
Complementary color
Monochromatic Colors of #525501
Black with #525501
Text Example
Text Example
White with #525501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525501; }
p { color: rgb(82,85,1); }
H1.HeaderClassName
{
color: #525501;
}
.AnyTagClassName
{
color: #525501;
}
</style>
background-color css
<style>
a { background-color: #525501; }
a { background-color: rgb(82,85,1); }
div.DivClassName
{
background-color: #525501;
}
.BgClassName
{
background-color: #525501;
}
</style>
border-color css
<style>
span { border-color: #525501; }
span { border-color: rgb(82,85,1); }
td.TdClassName
{
border-color: #525501;
}
.TagClassName
{
border-color: #525501;
}
</style>