Shades of Viridian Green #526F63
Tints of Viridian Green #526F63
RGB
CMYK
RGB Variations
Color information
#526F63 (or 0x526F63) is known color: Viridian Green. HEX triplet: 52, 6F and 63. RGB value is (82,111,99). Sum of RGB (Red+Green+Blue) = 82+111+99=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 111 - color contains mainly: green. Hex color #526F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F63 is #AD909C. Grayscale: #646464. Windows color (decimal): -11374749 or 6516562. OLE color: 6516562.
HSL color Cylindrical-coordinate representation of color #526F63: hue angle of 155.17º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F63 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 99 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.56 |
| HSL | 155.17º | 0.15% | 0.38% | - |
| HSV(B) | 155.17º | 0.26% | 0.44% | - |
| XYZ | 11.42 | 14.06 | 13.92 | - |
| YUV | 100.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 99 | 0.26 | 0 | 0.11 | 0.56 | 155.17 | 0.15 | 0.38 |
| Hex | 52 | 6F | 63 | 1A | 0 | B | 38 | 9B | F | 26 |
| Octal | 122 | 157 | 143 | 32 | 0 | 13 | 70 | 233 | 17 | 46 |
| Binary | 1010010 | 1101111 | 1100011 | 11010 | 0 | 1011 | 111000 | 10011011 | 1111 | 100110 |
Color Harmonies of #526F63
Complementary color
Monochromatic Colors of #526F63
Black with #526F63
Text Example
Text Example
White with #526F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F63; }
p { color: rgb(82,111,99); }
H1.HeaderClassName
{
color: #526F63;
}
.AnyTagClassName
{
color: #526F63;
}
</style>
background-color css
<style>
a { background-color: #526F63; }
a { background-color: rgb(82,111,99); }
div.DivClassName
{
background-color: #526F63;
}
.BgClassName
{
background-color: #526F63;
}
</style>
border-color css
<style>
span { border-color: #526F63; }
span { border-color: rgb(82,111,99); }
td.TdClassName
{
border-color: #526F63;
}
.TagClassName
{
border-color: #526F63;
}
</style>