Shades of Viridian Green #525D58
Tints of Viridian Green #525D58
RGB
CMYK
RGB Variations
Color information
#525D58 (or 0x525D58) is known color: Viridian Green. HEX triplet: 52, 5D and 58. RGB value is (82,93,88). Sum of RGB (Red+Green+Blue) = 82+93+88=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #525D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D58 is #ADA2A7. Grayscale: #595959. Windows color (decimal): -11379368 or 5791058. OLE color: 5791058.
HSL color Cylindrical-coordinate representation of color #525D58: hue angle of 152.73º 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 #525D58 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 88 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.64 |
| HSL | 152.73º | 0.06% | 0.34% | - |
| HSV(B) | 152.73º | 0.12% | 0.36% | - |
| XYZ | 9.16 | 10.33 | 10.74 | - |
| YUV | 89.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 88 | 0.12 | 0 | 0.05 | 0.64 | 152.73 | 0.06 | 0.34 |
| Hex | 52 | 5D | 58 | C | 0 | 5 | 40 | 99 | 6 | 22 |
| Octal | 122 | 135 | 130 | 14 | 0 | 5 | 100 | 231 | 6 | 42 |
| Binary | 1010010 | 1011101 | 1011000 | 1100 | 0 | 101 | 1000000 | 10011001 | 110 | 100010 |
Color Harmonies of #525D58
Complementary color
Monochromatic Colors of #525D58
Black with #525D58
Text Example
Text Example
White with #525D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D58; }
p { color: rgb(82,93,88); }
H1.HeaderClassName
{
color: #525D58;
}
.AnyTagClassName
{
color: #525D58;
}
</style>
background-color css
<style>
a { background-color: #525D58; }
a { background-color: rgb(82,93,88); }
div.DivClassName
{
background-color: #525D58;
}
.BgClassName
{
background-color: #525D58;
}
</style>
border-color css
<style>
span { border-color: #525D58; }
span { border-color: rgb(82,93,88); }
td.TdClassName
{
border-color: #525D58;
}
.TagClassName
{
border-color: #525D58;
}
</style>