Shades of Viridian Green #525E59
Tints of Viridian Green #525E59
RGB
CMYK
RGB Variations
Color information
#525E59 (or 0x525E59) is known color: Viridian Green. HEX triplet: 52, 5E and 59. RGB value is (82,94,89). Sum of RGB (Red+Green+Blue) = 82+94+89=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 94 - color contains mainly: green. Hex color #525E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E59 is #ADA1A6. Grayscale: #595959. Windows color (decimal): -11379111 or 5856850. OLE color: 5856850.
HSL color Cylindrical-coordinate representation of color #525E59: hue angle of 155º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #525E59 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 94 | 89 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.63 |
| HSL | 155º | 0.07% | 0.35% | - |
| HSV(B) | 155º | 0.13% | 0.37% | - |
| XYZ | 9.29 | 10.52 | 10.99 | - |
| YUV | 89.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 89 | 0.13 | 0 | 0.05 | 0.63 | 155 | 0.07 | 0.35 |
| Hex | 52 | 5E | 59 | D | 0 | 5 | 3F | 9B | 7 | 23 |
| Octal | 122 | 136 | 131 | 15 | 0 | 5 | 77 | 233 | 7 | 43 |
| Binary | 1010010 | 1011110 | 1011001 | 1101 | 0 | 101 | 111111 | 10011011 | 111 | 100011 |
Color Harmonies of #525E59
Complementary color
Monochromatic Colors of #525E59
Black with #525E59
Text Example
Text Example
White with #525E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E59; }
p { color: rgb(82,94,89); }
H1.HeaderClassName
{
color: #525E59;
}
.AnyTagClassName
{
color: #525E59;
}
</style>
background-color css
<style>
a { background-color: #525E59; }
a { background-color: rgb(82,94,89); }
div.DivClassName
{
background-color: #525E59;
}
.BgClassName
{
background-color: #525E59;
}
</style>
border-color css
<style>
span { border-color: #525E59; }
span { border-color: rgb(82,94,89); }
td.TdClassName
{
border-color: #525E59;
}
.TagClassName
{
border-color: #525E59;
}
</style>