Shades of Viridian Green #525D59
Tints of Viridian Green #525D59
RGB
CMYK
RGB Variations
Color information
#525D59 (or 0x525D59) is known color: Viridian Green. HEX triplet: 52, 5D and 59. RGB value is (82,93,89). Sum of RGB (Red+Green+Blue) = 82+93+89=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 93 - color contains mainly: green. Hex color #525D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D59 is #ADA2A6. Grayscale: #595959. Windows color (decimal): -11379367 or 5856594. OLE color: 5856594.
HSL color Cylindrical-coordinate representation of color #525D59: hue angle of 158.18º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #525D59 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 89 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.64 |
| HSL | 158.18º | 0.06% | 0.34% | - |
| HSV(B) | 158.18º | 0.12% | 0.36% | - |
| XYZ | 9.2 | 10.34 | 10.96 | - |
| YUV | 89.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 89 | 0.12 | 0 | 0.04 | 0.64 | 158.18 | 0.06 | 0.34 |
| Hex | 52 | 5D | 59 | C | 0 | 4 | 40 | 9E | 6 | 22 |
| Octal | 122 | 135 | 131 | 14 | 0 | 4 | 100 | 236 | 6 | 42 |
| Binary | 1010010 | 1011101 | 1011001 | 1100 | 0 | 100 | 1000000 | 10011110 | 110 | 100010 |
Color Harmonies of #525D59
Complementary color
Monochromatic Colors of #525D59
Black with #525D59
Text Example
Text Example
White with #525D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D59; }
p { color: rgb(82,93,89); }
H1.HeaderClassName
{
color: #525D59;
}
.AnyTagClassName
{
color: #525D59;
}
</style>
background-color css
<style>
a { background-color: #525D59; }
a { background-color: rgb(82,93,89); }
div.DivClassName
{
background-color: #525D59;
}
.BgClassName
{
background-color: #525D59;
}
</style>
border-color css
<style>
span { border-color: #525D59; }
span { border-color: rgb(82,93,89); }
td.TdClassName
{
border-color: #525D59;
}
.TagClassName
{
border-color: #525D59;
}
</style>