Shades of Viridian Green #53605C
Tints of Viridian Green #53605C
RGB
CMYK
RGB Variations
Color information
#53605C (or 0x53605C) is known color: Viridian Green. HEX triplet: 53, 60 and 5C. RGB value is (83,96,92). Sum of RGB (Red+Green+Blue) = 83+96+92=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #53605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53605C is #AC9FA3. Grayscale: #5B5B5B. Windows color (decimal): -11313060 or 6053971. OLE color: 6053971.
HSL color Cylindrical-coordinate representation of color #53605C: hue angle of 161.54º degrees, saturation: 0.07, 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 #53605C is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 96 | 92 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.62 |
| HSL | 161.54º | 0.07% | 0.35% | - |
| HSV(B) | 161.54º | 0.14% | 0.38% | - |
| XYZ | 9.68 | 10.98 | 11.73 | - |
| YUV | 91.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 92 | 0.14 | 0 | 0.04 | 0.62 | 161.54 | 0.07 | 0.35 |
| Hex | 53 | 60 | 5C | E | 0 | 4 | 3E | A2 | 7 | 23 |
| Octal | 123 | 140 | 134 | 16 | 0 | 4 | 76 | 242 | 7 | 43 |
| Binary | 1010011 | 1100000 | 1011100 | 1110 | 0 | 100 | 111110 | 10100010 | 111 | 100011 |
Color Harmonies of #53605C
Complementary color
Monochromatic Colors of #53605C
Black with #53605C
Text Example
Text Example
White with #53605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53605C; }
p { color: rgb(83,96,92); }
H1.HeaderClassName
{
color: #53605C;
}
.AnyTagClassName
{
color: #53605C;
}
</style>
background-color css
<style>
a { background-color: #53605C; }
a { background-color: rgb(83,96,92); }
div.DivClassName
{
background-color: #53605C;
}
.BgClassName
{
background-color: #53605C;
}
</style>
border-color css
<style>
span { border-color: #53605C; }
span { border-color: rgb(83,96,92); }
td.TdClassName
{
border-color: #53605C;
}
.TagClassName
{
border-color: #53605C;
}
</style>