Shades of Viridian Green #53615D
Tints of Viridian Green #53615D
RGB
CMYK
RGB Variations
Color information
#53615D (or 0x53615D) is known color: Viridian Green. HEX triplet: 53, 61 and 5D. RGB value is (83,97,93). Sum of RGB (Red+Green+Blue) = 83+97+93=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #53615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53615D is #AC9EA2. Grayscale: #5C5C5C. Windows color (decimal): -11312803 or 6119763. OLE color: 6119763.
HSL color Cylindrical-coordinate representation of color #53615D: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #53615D is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 97 | 93 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.62 |
| HSL | 162.86º | 0.08% | 0.35% | - |
| HSV(B) | 162.86º | 0.14% | 0.38% | - |
| XYZ | 9.82 | 11.18 | 12 | - |
| YUV | 92.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 93 | 0.14 | 0 | 0.04 | 0.62 | 162.86 | 0.08 | 0.35 |
| Hex | 53 | 61 | 5D | E | 0 | 4 | 3E | A3 | 8 | 23 |
| Octal | 123 | 141 | 135 | 16 | 0 | 4 | 76 | 243 | 10 | 43 |
| Binary | 1010011 | 1100001 | 1011101 | 1110 | 0 | 100 | 111110 | 10100011 | 1000 | 100011 |
Color Harmonies of #53615D
Complementary color
Monochromatic Colors of #53615D
Black with #53615D
Text Example
Text Example
White with #53615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53615D; }
p { color: rgb(83,97,93); }
H1.HeaderClassName
{
color: #53615D;
}
.AnyTagClassName
{
color: #53615D;
}
</style>
background-color css
<style>
a { background-color: #53615D; }
a { background-color: rgb(83,97,93); }
div.DivClassName
{
background-color: #53615D;
}
.BgClassName
{
background-color: #53615D;
}
</style>
border-color css
<style>
span { border-color: #53615D; }
span { border-color: rgb(83,97,93); }
td.TdClassName
{
border-color: #53615D;
}
.TagClassName
{
border-color: #53615D;
}
</style>