Shades of Viridian Green #536C63
Tints of Viridian Green #536C63
RGB
CMYK
RGB Variations
Color information
#536C63 (or 0x536C63) is known color: Viridian Green. HEX triplet: 53, 6C and 63. RGB value is (83,108,99). Sum of RGB (Red+Green+Blue) = 83+108+99=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 108 - color contains mainly: green. Hex color #536C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C63 is #AC939C. Grayscale: #636363. Windows color (decimal): -11309981 or 6515795. OLE color: 6515795.
HSL color Cylindrical-coordinate representation of color #536C63: hue angle of 158.4º 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 #536C63 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 99 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.58 |
| HSL | 158.4º | 0.13% | 0.37% | - |
| HSV(B) | 158.4º | 0.23% | 0.42% | - |
| XYZ | 11.18 | 13.46 | 13.81 | - |
| YUV | 99.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 99 | 0.23 | 0 | 0.08 | 0.58 | 158.4 | 0.13 | 0.37 |
| Hex | 53 | 6C | 63 | 17 | 0 | 8 | 3A | 9E | D | 25 |
| Octal | 123 | 154 | 143 | 27 | 0 | 10 | 72 | 236 | 15 | 45 |
| Binary | 1010011 | 1101100 | 1100011 | 10111 | 0 | 1000 | 111010 | 10011110 | 1101 | 100101 |
Color Harmonies of #536C63
Complementary color
Monochromatic Colors of #536C63
Black with #536C63
Text Example
Text Example
White with #536C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C63; }
p { color: rgb(83,108,99); }
H1.HeaderClassName
{
color: #536C63;
}
.AnyTagClassName
{
color: #536C63;
}
</style>
background-color css
<style>
a { background-color: #536C63; }
a { background-color: rgb(83,108,99); }
div.DivClassName
{
background-color: #536C63;
}
.BgClassName
{
background-color: #536C63;
}
</style>
border-color css
<style>
span { border-color: #536C63; }
span { border-color: rgb(83,108,99); }
td.TdClassName
{
border-color: #536C63;
}
.TagClassName
{
border-color: #536C63;
}
</style>