Shades of Viridian Green #53655E
Tints of Viridian Green #53655E
RGB
CMYK
RGB Variations
Color information
#53655E (or 0x53655E) is known color: Viridian Green. HEX triplet: 53, 65 and 5E. RGB value is (83,101,94). Sum of RGB (Red+Green+Blue) = 83+101+94=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #53655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53655E is #AC9AA1. Grayscale: #5E5E5E. Windows color (decimal): -11311778 or 6186323. OLE color: 6186323.
HSL color Cylindrical-coordinate representation of color #53655E: hue angle of 156.67º 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 #53655E is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 94 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.60 |
| HSL | 156.67º | 0.1% | 0.36% | - |
| HSV(B) | 156.67º | 0.18% | 0.4% | - |
| XYZ | 10.24 | 11.95 | 12.36 | - |
| YUV | 94.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 94 | 0.18 | 0 | 0.07 | 0.60 | 156.67 | 0.1 | 0.36 |
| Hex | 53 | 65 | 5E | 12 | 0 | 7 | 3C | 9D | A | 24 |
| Octal | 123 | 145 | 136 | 22 | 0 | 7 | 74 | 235 | 12 | 44 |
| Binary | 1010011 | 1100101 | 1011110 | 10010 | 0 | 111 | 111100 | 10011101 | 1010 | 100100 |
Color Harmonies of #53655E
Complementary color
Monochromatic Colors of #53655E
Black with #53655E
Text Example
Text Example
White with #53655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53655E; }
p { color: rgb(83,101,94); }
H1.HeaderClassName
{
color: #53655E;
}
.AnyTagClassName
{
color: #53655E;
}
</style>
background-color css
<style>
a { background-color: #53655E; }
a { background-color: rgb(83,101,94); }
div.DivClassName
{
background-color: #53655E;
}
.BgClassName
{
background-color: #53655E;
}
</style>
border-color css
<style>
span { border-color: #53655E; }
span { border-color: rgb(83,101,94); }
td.TdClassName
{
border-color: #53655E;
}
.TagClassName
{
border-color: #53655E;
}
</style>