Shades of Viridian Green #526A60
Tints of Viridian Green #526A60
RGB
CMYK
RGB Variations
Color information
#526A60 (or 0x526A60) is known color: Viridian Green. HEX triplet: 52, 6A and 60. RGB value is (82,106,96). Sum of RGB (Red+Green+Blue) = 82+106+96=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 106 - color contains mainly: green. Hex color #526A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A60 is #AD959F. Grayscale: #616161. Windows color (decimal): -11376032 or 6318674. OLE color: 6318674.
HSL color Cylindrical-coordinate representation of color #526A60: hue angle of 155º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A60 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 106 | 96 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.58 |
| HSL | 155º | 0.13% | 0.37% | - |
| HSV(B) | 155º | 0.23% | 0.42% | - |
| XYZ | 10.75 | 12.95 | 13 | - |
| YUV | 97.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 96 | 0.23 | 0 | 0.09 | 0.58 | 155 | 0.13 | 0.37 |
| Hex | 52 | 6A | 60 | 17 | 0 | 9 | 3A | 9B | D | 25 |
| Octal | 122 | 152 | 140 | 27 | 0 | 11 | 72 | 233 | 15 | 45 |
| Binary | 1010010 | 1101010 | 1100000 | 10111 | 0 | 1001 | 111010 | 10011011 | 1101 | 100101 |
Color Harmonies of #526A60
Complementary color
Monochromatic Colors of #526A60
Black with #526A60
Text Example
Text Example
White with #526A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A60; }
p { color: rgb(82,106,96); }
H1.HeaderClassName
{
color: #526A60;
}
.AnyTagClassName
{
color: #526A60;
}
</style>
background-color css
<style>
a { background-color: #526A60; }
a { background-color: rgb(82,106,96); }
div.DivClassName
{
background-color: #526A60;
}
.BgClassName
{
background-color: #526A60;
}
</style>
border-color css
<style>
span { border-color: #526A60; }
span { border-color: rgb(82,106,96); }
td.TdClassName
{
border-color: #526A60;
}
.TagClassName
{
border-color: #526A60;
}
</style>