Shades of Viridian Green #536960
Tints of Viridian Green #536960
RGB
CMYK
RGB Variations
Color information
#536960 (or 0x536960) is known color: Viridian Green. HEX triplet: 53, 69 and 60. RGB value is (83,105,96). Sum of RGB (Red+Green+Blue) = 83+105+96=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 105 - color contains mainly: green. Hex color #536960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536960 is #AC969F. Grayscale: #616161. Windows color (decimal): -11310752 or 6318419. OLE color: 6318419.
HSL color Cylindrical-coordinate representation of color #536960: hue angle of 155.45º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #536960 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 96 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.59 |
| HSL | 155.45º | 0.12% | 0.37% | - |
| HSV(B) | 155.45º | 0.21% | 0.41% | - |
| XYZ | 10.73 | 12.79 | 12.97 | - |
| YUV | 97.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 96 | 0.21 | 0 | 0.09 | 0.59 | 155.45 | 0.12 | 0.37 |
| Hex | 53 | 69 | 60 | 15 | 0 | 9 | 3B | 9B | C | 25 |
| Octal | 123 | 151 | 140 | 25 | 0 | 11 | 73 | 233 | 14 | 45 |
| Binary | 1010011 | 1101001 | 1100000 | 10101 | 0 | 1001 | 111011 | 10011011 | 1100 | 100101 |
Color Harmonies of #536960
Complementary color
Monochromatic Colors of #536960
Black with #536960
Text Example
Text Example
White with #536960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536960; }
p { color: rgb(83,105,96); }
H1.HeaderClassName
{
color: #536960;
}
.AnyTagClassName
{
color: #536960;
}
</style>
background-color css
<style>
a { background-color: #536960; }
a { background-color: rgb(83,105,96); }
div.DivClassName
{
background-color: #536960;
}
.BgClassName
{
background-color: #536960;
}
</style>
border-color css
<style>
span { border-color: #536960; }
span { border-color: rgb(83,105,96); }
td.TdClassName
{
border-color: #536960;
}
.TagClassName
{
border-color: #536960;
}
</style>