Shades of Viridian Green #53615A
Tints of Viridian Green #53615A
RGB
CMYK
RGB Variations
Color information
#53615A (or 0x53615A) is known color: Viridian Green. HEX triplet: 53, 61 and 5A. RGB value is (83,97,90). Sum of RGB (Red+Green+Blue) = 83+97+90=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #53615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53615A is #AC9EA5. Grayscale: #5C5C5C. Windows color (decimal): -11312806 or 5923155. OLE color: 5923155.
HSL color Cylindrical-coordinate representation of color #53615A: hue angle of 150º 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 #53615A is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 97 | 90 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.62 |
| HSL | 150º | 0.08% | 0.35% | - |
| HSV(B) | 150º | 0.14% | 0.38% | - |
| XYZ | 9.69 | 11.13 | 11.31 | - |
| YUV | 92.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 90 | 0.14 | 0 | 0.07 | 0.62 | 150 | 0.08 | 0.35 |
| Hex | 53 | 61 | 5A | E | 0 | 7 | 3E | 96 | 8 | 23 |
| Octal | 123 | 141 | 132 | 16 | 0 | 7 | 76 | 226 | 10 | 43 |
| Binary | 1010011 | 1100001 | 1011010 | 1110 | 0 | 111 | 111110 | 10010110 | 1000 | 100011 |
Color Harmonies of #53615A
Complementary color
Monochromatic Colors of #53615A
Black with #53615A
Text Example
Text Example
White with #53615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53615A; }
p { color: rgb(83,97,90); }
H1.HeaderClassName
{
color: #53615A;
}
.AnyTagClassName
{
color: #53615A;
}
</style>
background-color css
<style>
a { background-color: #53615A; }
a { background-color: rgb(83,97,90); }
div.DivClassName
{
background-color: #53615A;
}
.BgClassName
{
background-color: #53615A;
}
</style>
border-color css
<style>
span { border-color: #53615A; }
span { border-color: rgb(83,97,90); }
td.TdClassName
{
border-color: #53615A;
}
.TagClassName
{
border-color: #53615A;
}
</style>