Shades of Viridian Green #535F5B
Tints of Viridian Green #535F5B
RGB
CMYK
RGB Variations
Color information
#535F5B (or 0x535F5B) is known color: Viridian Green. HEX triplet: 53, 5F and 5B. RGB value is (83,95,91). Sum of RGB (Red+Green+Blue) = 83+95+91=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 95 - color contains mainly: green. Hex color #535F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F5B is #ACA0A4. Grayscale: #5A5A5A. Windows color (decimal): -11313317 or 5988179. OLE color: 5988179.
HSL color Cylindrical-coordinate representation of color #535F5B: hue angle of 160º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #535F5B is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 95 | 91 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.63 |
| HSL | 160º | 0.07% | 0.35% | - |
| HSV(B) | 160º | 0.13% | 0.37% | - |
| XYZ | 9.55 | 10.78 | 11.47 | - |
| YUV | 90.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 91 | 0.13 | 0 | 0.04 | 0.63 | 160 | 0.07 | 0.35 |
| Hex | 53 | 5F | 5B | D | 0 | 4 | 3F | A0 | 7 | 23 |
| Octal | 123 | 137 | 133 | 15 | 0 | 4 | 77 | 240 | 7 | 43 |
| Binary | 1010011 | 1011111 | 1011011 | 1101 | 0 | 100 | 111111 | 10100000 | 111 | 100011 |
Color Harmonies of #535F5B
Complementary color
Monochromatic Colors of #535F5B
Black with #535F5B
Text Example
Text Example
White with #535F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F5B; }
p { color: rgb(83,95,91); }
H1.HeaderClassName
{
color: #535F5B;
}
.AnyTagClassName
{
color: #535F5B;
}
</style>
background-color css
<style>
a { background-color: #535F5B; }
a { background-color: rgb(83,95,91); }
div.DivClassName
{
background-color: #535F5B;
}
.BgClassName
{
background-color: #535F5B;
}
</style>
border-color css
<style>
span { border-color: #535F5B; }
span { border-color: rgb(83,95,91); }
td.TdClassName
{
border-color: #535F5B;
}
.TagClassName
{
border-color: #535F5B;
}
</style>