Shades of Viridian Green #526961
Tints of Viridian Green #526961
RGB
CMYK
RGB Variations
Color information
#526961 (or 0x526961) is known color: Viridian Green. HEX triplet: 52, 69 and 61. RGB value is (82,105,97). Sum of RGB (Red+Green+Blue) = 82+105+97=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 105 - color contains mainly: green. Hex color #526961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526961 is #AD969E. Grayscale: #616161. Windows color (decimal): -11376287 or 6383954. OLE color: 6383954.
HSL color Cylindrical-coordinate representation of color #526961: hue angle of 159.13º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #526961 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 105 | 97 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.59 |
| HSL | 159.13º | 0.12% | 0.37% | - |
| HSV(B) | 159.13º | 0.22% | 0.41% | - |
| XYZ | 10.69 | 12.76 | 13.21 | - |
| YUV | 97.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 97 | 0.22 | 0 | 0.08 | 0.59 | 159.13 | 0.12 | 0.37 |
| Hex | 52 | 69 | 61 | 16 | 0 | 8 | 3B | 9F | C | 25 |
| Octal | 122 | 151 | 141 | 26 | 0 | 10 | 73 | 237 | 14 | 45 |
| Binary | 1010010 | 1101001 | 1100001 | 10110 | 0 | 1000 | 111011 | 10011111 | 1100 | 100101 |
Color Harmonies of #526961
Complementary color
Monochromatic Colors of #526961
Black with #526961
Text Example
Text Example
White with #526961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526961; }
p { color: rgb(82,105,97); }
H1.HeaderClassName
{
color: #526961;
}
.AnyTagClassName
{
color: #526961;
}
</style>
background-color css
<style>
a { background-color: #526961; }
a { background-color: rgb(82,105,97); }
div.DivClassName
{
background-color: #526961;
}
.BgClassName
{
background-color: #526961;
}
</style>
border-color css
<style>
span { border-color: #526961; }
span { border-color: rgb(82,105,97); }
td.TdClassName
{
border-color: #526961;
}
.TagClassName
{
border-color: #526961;
}
</style>