Shades of Viridian Green #53655D
Tints of Viridian Green #53655D
RGB
CMYK
RGB Variations
Color information
#53655D (or 0x53655D) is known color: Viridian Green. HEX triplet: 53, 65 and 5D. RGB value is (83,101,93). Sum of RGB (Red+Green+Blue) = 83+101+93=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #53655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53655D is #AC9AA2. Grayscale: #5E5E5E. Windows color (decimal): -11311779 or 6120787. OLE color: 6120787.
HSL color Cylindrical-coordinate representation of color #53655D: hue angle of 153.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #53655D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 93 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.60 |
| HSL | 153.33º | 0.1% | 0.36% | - |
| HSV(B) | 153.33º | 0.18% | 0.4% | - |
| XYZ | 10.2 | 11.94 | 12.12 | - |
| YUV | 94.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 93 | 0.18 | 0 | 0.08 | 0.60 | 153.33 | 0.1 | 0.36 |
| Hex | 53 | 65 | 5D | 12 | 0 | 8 | 3C | 99 | A | 24 |
| Octal | 123 | 145 | 135 | 22 | 0 | 10 | 74 | 231 | 12 | 44 |
| Binary | 1010011 | 1100101 | 1011101 | 10010 | 0 | 1000 | 111100 | 10011001 | 1010 | 100100 |
Color Harmonies of #53655D
Complementary color
Monochromatic Colors of #53655D
Black with #53655D
Text Example
Text Example
White with #53655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53655D; }
p { color: rgb(83,101,93); }
H1.HeaderClassName
{
color: #53655D;
}
.AnyTagClassName
{
color: #53655D;
}
</style>
background-color css
<style>
a { background-color: #53655D; }
a { background-color: rgb(83,101,93); }
div.DivClassName
{
background-color: #53655D;
}
.BgClassName
{
background-color: #53655D;
}
</style>
border-color css
<style>
span { border-color: #53655D; }
span { border-color: rgb(83,101,93); }
td.TdClassName
{
border-color: #53655D;
}
.TagClassName
{
border-color: #53655D;
}
</style>