Shades of Viridian Green #525F5B
Tints of Viridian Green #525F5B
RGB
CMYK
RGB Variations
Color information
#525F5B (or 0x525F5B) is known color: Viridian Green. HEX triplet: 52, 5F and 5B. RGB value is (82,95,91). Sum of RGB (Red+Green+Blue) = 82+95+91=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 95 - color contains mainly: green. Hex color #525F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F5B is #ADA0A4. Grayscale: #5A5A5A. Windows color (decimal): -11378853 or 5988178. OLE color: 5988178.
HSL color Cylindrical-coordinate representation of color #525F5B: hue angle of 161.54º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #525F5B is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 95 | 91 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.63 |
| HSL | 161.54º | 0.07% | 0.35% | - |
| HSV(B) | 161.54º | 0.14% | 0.37% | - |
| XYZ | 9.46 | 10.73 | 11.47 | - |
| YUV | 90.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 91 | 0.14 | 0 | 0.04 | 0.63 | 161.54 | 0.07 | 0.35 |
| Hex | 52 | 5F | 5B | E | 0 | 4 | 3F | A2 | 7 | 23 |
| Octal | 122 | 137 | 133 | 16 | 0 | 4 | 77 | 242 | 7 | 43 |
| Binary | 1010010 | 1011111 | 1011011 | 1110 | 0 | 100 | 111111 | 10100010 | 111 | 100011 |
Color Harmonies of #525F5B
Complementary color
Monochromatic Colors of #525F5B
Black with #525F5B
Text Example
Text Example
White with #525F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F5B; }
p { color: rgb(82,95,91); }
H1.HeaderClassName
{
color: #525F5B;
}
.AnyTagClassName
{
color: #525F5B;
}
</style>
background-color css
<style>
a { background-color: #525F5B; }
a { background-color: rgb(82,95,91); }
div.DivClassName
{
background-color: #525F5B;
}
.BgClassName
{
background-color: #525F5B;
}
</style>
border-color css
<style>
span { border-color: #525F5B; }
span { border-color: rgb(82,95,91); }
td.TdClassName
{
border-color: #525F5B;
}
.TagClassName
{
border-color: #525F5B;
}
</style>