Shades of Viridian Green #53655F
Tints of Viridian Green #53655F
RGB
CMYK
RGB Variations
Color information
#53655F (or 0x53655F) is known color: Viridian Green. HEX triplet: 53, 65 and 5F. RGB value is (83,101,95). Sum of RGB (Red+Green+Blue) = 83+101+95=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #53655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53655F is #AC9AA0. Grayscale: #5E5E5E. Windows color (decimal): -11311777 or 6251859. OLE color: 6251859.
HSL color Cylindrical-coordinate representation of color #53655F: hue angle of 160º 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 #53655F is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 95 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.60 |
| HSL | 160º | 0.1% | 0.36% | - |
| HSV(B) | 160º | 0.18% | 0.4% | - |
| XYZ | 10.29 | 11.97 | 12.6 | - |
| YUV | 94.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 95 | 0.18 | 0 | 0.06 | 0.60 | 160 | 0.1 | 0.36 |
| Hex | 53 | 65 | 5F | 12 | 0 | 6 | 3C | A0 | A | 24 |
| Octal | 123 | 145 | 137 | 22 | 0 | 6 | 74 | 240 | 12 | 44 |
| Binary | 1010011 | 1100101 | 1011111 | 10010 | 0 | 110 | 111100 | 10100000 | 1010 | 100100 |
Color Harmonies of #53655F
Complementary color
Monochromatic Colors of #53655F
Black with #53655F
Text Example
Text Example
White with #53655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53655F; }
p { color: rgb(83,101,95); }
H1.HeaderClassName
{
color: #53655F;
}
.AnyTagClassName
{
color: #53655F;
}
</style>
background-color css
<style>
a { background-color: #53655F; }
a { background-color: rgb(83,101,95); }
div.DivClassName
{
background-color: #53655F;
}
.BgClassName
{
background-color: #53655F;
}
</style>
border-color css
<style>
span { border-color: #53655F; }
span { border-color: rgb(83,101,95); }
td.TdClassName
{
border-color: #53655F;
}
.TagClassName
{
border-color: #53655F;
}
</style>