Shades of Viridian Green #53625C
Tints of Viridian Green #53625C
RGB
CMYK
RGB Variations
Color information
#53625C (or 0x53625C) is known color: Viridian Green. HEX triplet: 53, 62 and 5C. RGB value is (83,98,92). Sum of RGB (Red+Green+Blue) = 83+98+92=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #53625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53625C is #AC9DA3. Grayscale: #5C5C5C. Windows color (decimal): -11312548 or 6054483. OLE color: 6054483.
HSL color Cylindrical-coordinate representation of color #53625C: hue angle of 156º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #53625C is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 98 | 92 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.62 |
| HSL | 156º | 0.08% | 0.35% | - |
| HSV(B) | 156º | 0.15% | 0.38% | - |
| XYZ | 9.87 | 11.35 | 11.8 | - |
| YUV | 92.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 92 | 0.15 | 0 | 0.06 | 0.62 | 156 | 0.08 | 0.35 |
| Hex | 53 | 62 | 5C | F | 0 | 6 | 3E | 9C | 8 | 23 |
| Octal | 123 | 142 | 134 | 17 | 0 | 6 | 76 | 234 | 10 | 43 |
| Binary | 1010011 | 1100010 | 1011100 | 1111 | 0 | 110 | 111110 | 10011100 | 1000 | 100011 |
Color Harmonies of #53625C
Complementary color
Monochromatic Colors of #53625C
Black with #53625C
Text Example
Text Example
White with #53625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53625C; }
p { color: rgb(83,98,92); }
H1.HeaderClassName
{
color: #53625C;
}
.AnyTagClassName
{
color: #53625C;
}
</style>
background-color css
<style>
a { background-color: #53625C; }
a { background-color: rgb(83,98,92); }
div.DivClassName
{
background-color: #53625C;
}
.BgClassName
{
background-color: #53625C;
}
</style>
border-color css
<style>
span { border-color: #53625C; }
span { border-color: rgb(83,98,92); }
td.TdClassName
{
border-color: #53625C;
}
.TagClassName
{
border-color: #53625C;
}
</style>