Shades of Viridian Green #526D63
Tints of Viridian Green #526D63
RGB
CMYK
RGB Variations
Color information
#526D63 (or 0x526D63) is known color: Viridian Green. HEX triplet: 52, 6D and 63. RGB value is (82,109,99). Sum of RGB (Red+Green+Blue) = 82+109+99=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 109 - color contains mainly: green. Hex color #526D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D63 is #AD929C. Grayscale: #636363. Windows color (decimal): -11375261 or 6516050. OLE color: 6516050.
HSL color Cylindrical-coordinate representation of color #526D63: hue angle of 157.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526D63 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 109 | 99 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.57 |
| HSL | 157.78º | 0.14% | 0.37% | - |
| HSV(B) | 157.78º | 0.25% | 0.43% | - |
| XYZ | 11.2 | 13.63 | 13.85 | - |
| YUV | 99.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 99 | 0.25 | 0 | 0.09 | 0.57 | 157.78 | 0.14 | 0.37 |
| Hex | 52 | 6D | 63 | 19 | 0 | 9 | 39 | 9E | E | 25 |
| Octal | 122 | 155 | 143 | 31 | 0 | 11 | 71 | 236 | 16 | 45 |
| Binary | 1010010 | 1101101 | 1100011 | 11001 | 0 | 1001 | 111001 | 10011110 | 1110 | 100101 |
Color Harmonies of #526D63
Complementary color
Monochromatic Colors of #526D63
Black with #526D63
Text Example
Text Example
White with #526D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D63; }
p { color: rgb(82,109,99); }
H1.HeaderClassName
{
color: #526D63;
}
.AnyTagClassName
{
color: #526D63;
}
</style>
background-color css
<style>
a { background-color: #526D63; }
a { background-color: rgb(82,109,99); }
div.DivClassName
{
background-color: #526D63;
}
.BgClassName
{
background-color: #526D63;
}
</style>
border-color css
<style>
span { border-color: #526D63; }
span { border-color: rgb(82,109,99); }
td.TdClassName
{
border-color: #526D63;
}
.TagClassName
{
border-color: #526D63;
}
</style>