Shades of Viridian Green #53645D
Tints of Viridian Green #53645D
RGB
CMYK
RGB Variations
Color information
#53645D (or 0x53645D) is known color: Viridian Green. HEX triplet: 53, 64 and 5D. RGB value is (83,100,93). Sum of RGB (Red+Green+Blue) = 83+100+93=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 100 - color contains mainly: green. Hex color #53645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53645D is #AC9BA2. Grayscale: #5E5E5E. Windows color (decimal): -11312035 or 6120531. OLE color: 6120531.
HSL color Cylindrical-coordinate representation of color #53645D: hue angle of 155.29º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #53645D is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 100 | 93 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.61 |
| HSL | 155.29º | 0.09% | 0.36% | - |
| HSV(B) | 155.29º | 0.17% | 0.39% | - |
| XYZ | 10.1 | 11.74 | 12.09 | - |
| YUV | 94.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 93 | 0.17 | 0 | 0.07 | 0.61 | 155.29 | 0.09 | 0.36 |
| Hex | 53 | 64 | 5D | 11 | 0 | 7 | 3D | 9B | 9 | 24 |
| Octal | 123 | 144 | 135 | 21 | 0 | 7 | 75 | 233 | 11 | 44 |
| Binary | 1010011 | 1100100 | 1011101 | 10001 | 0 | 111 | 111101 | 10011011 | 1001 | 100100 |
Color Harmonies of #53645D
Complementary color
Monochromatic Colors of #53645D
Black with #53645D
Text Example
Text Example
White with #53645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53645D; }
p { color: rgb(83,100,93); }
H1.HeaderClassName
{
color: #53645D;
}
.AnyTagClassName
{
color: #53645D;
}
</style>
background-color css
<style>
a { background-color: #53645D; }
a { background-color: rgb(83,100,93); }
div.DivClassName
{
background-color: #53645D;
}
.BgClassName
{
background-color: #53645D;
}
</style>
border-color css
<style>
span { border-color: #53645D; }
span { border-color: rgb(83,100,93); }
td.TdClassName
{
border-color: #53645D;
}
.TagClassName
{
border-color: #53645D;
}
</style>