Shades of Viridian Green #526A5D
Tints of Viridian Green #526A5D
RGB
CMYK
RGB Variations
Color information
#526A5D (or 0x526A5D) is known color: Viridian Green. HEX triplet: 52, 6A and 5D. RGB value is (82,106,93). Sum of RGB (Red+Green+Blue) = 82+106+93=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 106 - color contains mainly: green. Hex color #526A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A5D is #AD95A2. Grayscale: #616161. Windows color (decimal): -11376035 or 6122066. OLE color: 6122066.
HSL color Cylindrical-coordinate representation of color #526A5D: hue angle of 147.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A5D is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 106 | 93 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.58 |
| HSL | 147.5º | 0.13% | 0.37% | - |
| HSV(B) | 147.5º | 0.23% | 0.42% | - |
| XYZ | 10.61 | 12.89 | 12.29 | - |
| YUV | 97.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 93 | 0.23 | 0 | 0.12 | 0.58 | 147.5 | 0.13 | 0.37 |
| Hex | 52 | 6A | 5D | 17 | 0 | C | 3A | 94 | D | 25 |
| Octal | 122 | 152 | 135 | 27 | 0 | 14 | 72 | 224 | 15 | 45 |
| Binary | 1010010 | 1101010 | 1011101 | 10111 | 0 | 1100 | 111010 | 10010100 | 1101 | 100101 |
Color Harmonies of #526A5D
Complementary color
Monochromatic Colors of #526A5D
Black with #526A5D
Text Example
Text Example
White with #526A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A5D; }
p { color: rgb(82,106,93); }
H1.HeaderClassName
{
color: #526A5D;
}
.AnyTagClassName
{
color: #526A5D;
}
</style>
background-color css
<style>
a { background-color: #526A5D; }
a { background-color: rgb(82,106,93); }
div.DivClassName
{
background-color: #526A5D;
}
.BgClassName
{
background-color: #526A5D;
}
</style>
border-color css
<style>
span { border-color: #526A5D; }
span { border-color: rgb(82,106,93); }
td.TdClassName
{
border-color: #526A5D;
}
.TagClassName
{
border-color: #526A5D;
}
</style>