Shades of Viridian Green #53665F
Tints of Viridian Green #53665F
RGB
CMYK
RGB Variations
Color information
#53665F (or 0x53665F) is known color: Viridian Green. HEX triplet: 53, 66 and 5F. RGB value is (83,102,95). Sum of RGB (Red+Green+Blue) = 83+102+95=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 102 - color contains mainly: green. Hex color #53665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53665F is #AC99A0. Grayscale: #5F5F5F. Windows color (decimal): -11311521 or 6252115. OLE color: 6252115.
HSL color Cylindrical-coordinate representation of color #53665F: hue angle of 157.89º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #53665F is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 95 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.6 |
| HSL | 157.89º | 0.1% | 0.36% | - |
| HSV(B) | 157.89º | 0.19% | 0.4% | - |
| XYZ | 10.38 | 12.17 | 12.63 | - |
| YUV | 95.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 95 | 0.19 | 0 | 0.07 | 0.6 | 157.89 | 0.1 | 0.36 |
| Hex | 53 | 66 | 5F | 13 | 0 | 7 | 3C | 9E | A | 24 |
| Octal | 123 | 146 | 137 | 23 | 0 | 7 | 74 | 236 | 12 | 44 |
| Binary | 1010011 | 1100110 | 1011111 | 10011 | 0 | 111 | 111100 | 10011110 | 1010 | 100100 |
Color Harmonies of #53665F
Complementary color
Monochromatic Colors of #53665F
Black with #53665F
Text Example
Text Example
White with #53665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53665F; }
p { color: rgb(83,102,95); }
H1.HeaderClassName
{
color: #53665F;
}
.AnyTagClassName
{
color: #53665F;
}
</style>
background-color css
<style>
a { background-color: #53665F; }
a { background-color: rgb(83,102,95); }
div.DivClassName
{
background-color: #53665F;
}
.BgClassName
{
background-color: #53665F;
}
</style>
border-color css
<style>
span { border-color: #53665F; }
span { border-color: rgb(83,102,95); }
td.TdClassName
{
border-color: #53665F;
}
.TagClassName
{
border-color: #53665F;
}
</style>