Shades of Viridian Green #526159
Tints of Viridian Green #526159
RGB
CMYK
RGB Variations
Color information
#526159 (or 0x526159) is known color: Viridian Green. HEX triplet: 52, 61 and 59. RGB value is (82,97,89). Sum of RGB (Red+Green+Blue) = 82+97+89=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #526159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526159 is #AD9EA6. Grayscale: #5B5B5B. Windows color (decimal): -11378343 or 5857618. OLE color: 5857618.
HSL color Cylindrical-coordinate representation of color #526159: hue angle of 148º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #526159 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 97 | 89 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.62 |
| HSL | 148º | 0.08% | 0.35% | - |
| HSV(B) | 148º | 0.15% | 0.38% | - |
| XYZ | 9.56 | 11.06 | 11.08 | - |
| YUV | 91.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 89 | 0.15 | 0 | 0.08 | 0.62 | 148 | 0.08 | 0.35 |
| Hex | 52 | 61 | 59 | F | 0 | 8 | 3E | 94 | 8 | 23 |
| Octal | 122 | 141 | 131 | 17 | 0 | 10 | 76 | 224 | 10 | 43 |
| Binary | 1010010 | 1100001 | 1011001 | 1111 | 0 | 1000 | 111110 | 10010100 | 1000 | 100011 |
Color Harmonies of #526159
Complementary color
Monochromatic Colors of #526159
Black with #526159
Text Example
Text Example
White with #526159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526159; }
p { color: rgb(82,97,89); }
H1.HeaderClassName
{
color: #526159;
}
.AnyTagClassName
{
color: #526159;
}
</style>
background-color css
<style>
a { background-color: #526159; }
a { background-color: rgb(82,97,89); }
div.DivClassName
{
background-color: #526159;
}
.BgClassName
{
background-color: #526159;
}
</style>
border-color css
<style>
span { border-color: #526159; }
span { border-color: rgb(82,97,89); }
td.TdClassName
{
border-color: #526159;
}
.TagClassName
{
border-color: #526159;
}
</style>