Shades of Viridian Green #53695E
Tints of Viridian Green #53695E
RGB
CMYK
RGB Variations
Color information
#53695E (or 0x53695E) is known color: Viridian Green. HEX triplet: 53, 69 and 5E. RGB value is (83,105,94). Sum of RGB (Red+Green+Blue) = 83+105+94=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #53695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53695E is #AC96A1. Grayscale: #616161. Windows color (decimal): -11310754 or 6187347. OLE color: 6187347.
HSL color Cylindrical-coordinate representation of color #53695E: hue angle of 150º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #53695E is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 94 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.59 |
| HSL | 150º | 0.12% | 0.37% | - |
| HSV(B) | 150º | 0.21% | 0.41% | - |
| XYZ | 10.64 | 12.75 | 12.49 | - |
| YUV | 97.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 94 | 0.21 | 0 | 0.10 | 0.59 | 150 | 0.12 | 0.37 |
| Hex | 53 | 69 | 5E | 15 | 0 | A | 3B | 96 | C | 25 |
| Octal | 123 | 151 | 136 | 25 | 0 | 12 | 73 | 226 | 14 | 45 |
| Binary | 1010011 | 1101001 | 1011110 | 10101 | 0 | 1010 | 111011 | 10010110 | 1100 | 100101 |
Color Harmonies of #53695E
Complementary color
Monochromatic Colors of #53695E
Black with #53695E
Text Example
Text Example
White with #53695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53695E; }
p { color: rgb(83,105,94); }
H1.HeaderClassName
{
color: #53695E;
}
.AnyTagClassName
{
color: #53695E;
}
</style>
background-color css
<style>
a { background-color: #53695E; }
a { background-color: rgb(83,105,94); }
div.DivClassName
{
background-color: #53695E;
}
.BgClassName
{
background-color: #53695E;
}
</style>
border-color css
<style>
span { border-color: #53695E; }
span { border-color: rgb(83,105,94); }
td.TdClassName
{
border-color: #53695E;
}
.TagClassName
{
border-color: #53695E;
}
</style>