Shades of Viridian Green #525C59
Tints of Viridian Green #525C59
RGB
CMYK
RGB Variations
Color information
#525C59 (or 0x525C59) is known color: Viridian Green. HEX triplet: 52, 5C and 59. RGB value is (82,92,89). Sum of RGB (Red+Green+Blue) = 82+92+89=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 92 - color contains mainly: green. Hex color #525C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C59 is #ADA3A6. Grayscale: #585858. Windows color (decimal): -11379623 or 5856338. OLE color: 5856338.
HSL color Cylindrical-coordinate representation of color #525C59: hue angle of 162º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #525C59 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 92 | 89 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.64 |
| HSL | 162º | 0.06% | 0.34% | - |
| HSV(B) | 162º | 0.11% | 0.36% | - |
| XYZ | 9.11 | 10.17 | 10.93 | - |
| YUV | 88.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 89 | 0.11 | 0 | 0.03 | 0.64 | 162 | 0.06 | 0.34 |
| Hex | 52 | 5C | 59 | B | 0 | 3 | 40 | A2 | 6 | 22 |
| Octal | 122 | 134 | 131 | 13 | 0 | 3 | 100 | 242 | 6 | 42 |
| Binary | 1010010 | 1011100 | 1011001 | 1011 | 0 | 11 | 1000000 | 10100010 | 110 | 100010 |
Color Harmonies of #525C59
Complementary color
Monochromatic Colors of #525C59
Black with #525C59
Text Example
Text Example
White with #525C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C59; }
p { color: rgb(82,92,89); }
H1.HeaderClassName
{
color: #525C59;
}
.AnyTagClassName
{
color: #525C59;
}
</style>
background-color css
<style>
a { background-color: #525C59; }
a { background-color: rgb(82,92,89); }
div.DivClassName
{
background-color: #525C59;
}
.BgClassName
{
background-color: #525C59;
}
</style>
border-color css
<style>
span { border-color: #525C59; }
span { border-color: rgb(82,92,89); }
td.TdClassName
{
border-color: #525C59;
}
.TagClassName
{
border-color: #525C59;
}
</style>