Shades of Verdun Green #525506
Tints of Verdun Green #525506
RGB
CMYK
RGB Variations
Color information
#525506 (or 0x525506) is known color: Verdun Green. HEX triplet: 52, 55 and 06. RGB value is (82,85,6). Sum of RGB (Red+Green+Blue) = 82+85+6=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #525506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525506 is #ADAAF9. Grayscale: #4B4B4B. Windows color (decimal): -11381498 or 415058. OLE color: 415058.
HSL color Cylindrical-coordinate representation of color #525506: hue angle of 62.28º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #525506 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 6 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.67 |
| HSL | 62.28º | 0.87% | 0.18% | - |
| HSV(B) | 62.28º | 0.93% | 0.33% | - |
| XYZ | 6.76 | 8.3 | 1.42 | - |
| YUV | 75.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 6 | 0.04 | 0 | 0.93 | 0.67 | 62.28 | 0.87 | 0.18 |
| Hex | 52 | 55 | 6 | 4 | 0 | 5D | 43 | 3E | 57 | 12 |
| Octal | 122 | 125 | 6 | 4 | 0 | 135 | 103 | 76 | 127 | 22 |
| Binary | 1010010 | 1010101 | 110 | 100 | 0 | 1011101 | 1000011 | 111110 | 1010111 | 10010 |
Color Harmonies of #525506
Complementary color
Monochromatic Colors of #525506
Black with #525506
Text Example
Text Example
White with #525506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525506; }
p { color: rgb(82,85,6); }
H1.HeaderClassName
{
color: #525506;
}
.AnyTagClassName
{
color: #525506;
}
</style>
background-color css
<style>
a { background-color: #525506; }
a { background-color: rgb(82,85,6); }
div.DivClassName
{
background-color: #525506;
}
.BgClassName
{
background-color: #525506;
}
</style>
border-color css
<style>
span { border-color: #525506; }
span { border-color: rgb(82,85,6); }
td.TdClassName
{
border-color: #525506;
}
.TagClassName
{
border-color: #525506;
}
</style>