Shades of Viridian Green #53665D
Tints of Viridian Green #53665D
RGB
CMYK
RGB Variations
Color information
#53665D (or 0x53665D) is known color: Viridian Green. HEX triplet: 53, 66 and 5D. RGB value is (83,102,93). Sum of RGB (Red+Green+Blue) = 83+102+93=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 102 - color contains mainly: green. Hex color #53665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53665D is #AC99A2. Grayscale: #5F5F5F. Windows color (decimal): -11311523 or 6121043. OLE color: 6121043.
HSL color Cylindrical-coordinate representation of color #53665D: hue angle of 151.58º 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 #53665D is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 93 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.6 |
| HSL | 151.58º | 0.1% | 0.36% | - |
| HSV(B) | 151.58º | 0.19% | 0.4% | - |
| XYZ | 10.29 | 12.13 | 12.16 | - |
| YUV | 95.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 93 | 0.19 | 0 | 0.09 | 0.6 | 151.58 | 0.1 | 0.36 |
| Hex | 53 | 66 | 5D | 13 | 0 | 9 | 3C | 98 | A | 24 |
| Octal | 123 | 146 | 135 | 23 | 0 | 11 | 74 | 230 | 12 | 44 |
| Binary | 1010011 | 1100110 | 1011101 | 10011 | 0 | 1001 | 111100 | 10011000 | 1010 | 100100 |
Color Harmonies of #53665D
Complementary color
Monochromatic Colors of #53665D
Black with #53665D
Text Example
Text Example
White with #53665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53665D; }
p { color: rgb(83,102,93); }
H1.HeaderClassName
{
color: #53665D;
}
.AnyTagClassName
{
color: #53665D;
}
</style>
background-color css
<style>
a { background-color: #53665D; }
a { background-color: rgb(83,102,93); }
div.DivClassName
{
background-color: #53665D;
}
.BgClassName
{
background-color: #53665D;
}
</style>
border-color css
<style>
span { border-color: #53665D; }
span { border-color: rgb(83,102,93); }
td.TdClassName
{
border-color: #53665D;
}
.TagClassName
{
border-color: #53665D;
}
</style>