Shades of Viridian Green #53665C
Tints of Viridian Green #53665C
RGB
CMYK
RGB Variations
Color information
#53665C (or 0x53665C) is known color: Viridian Green. HEX triplet: 53, 66 and 5C. RGB value is (83,102,92). Sum of RGB (Red+Green+Blue) = 83+102+92=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 102 - color contains mainly: green. Hex color #53665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53665C is #AC99A3. Grayscale: #5F5F5F. Windows color (decimal): -11311524 or 6055507. OLE color: 6055507.
HSL color Cylindrical-coordinate representation of color #53665C: hue angle of 148.42º 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 #53665C is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 92 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.6 |
| HSL | 148.42º | 0.1% | 0.36% | - |
| HSV(B) | 148.42º | 0.19% | 0.4% | - |
| XYZ | 10.25 | 12.11 | 11.92 | - |
| YUV | 95.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 92 | 0.19 | 0 | 0.10 | 0.6 | 148.42 | 0.1 | 0.36 |
| Hex | 53 | 66 | 5C | 13 | 0 | A | 3C | 94 | A | 24 |
| Octal | 123 | 146 | 134 | 23 | 0 | 12 | 74 | 224 | 12 | 44 |
| Binary | 1010011 | 1100110 | 1011100 | 10011 | 0 | 1010 | 111100 | 10010100 | 1010 | 100100 |
Color Harmonies of #53665C
Complementary color
Monochromatic Colors of #53665C
Black with #53665C
Text Example
Text Example
White with #53665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53665C; }
p { color: rgb(83,102,92); }
H1.HeaderClassName
{
color: #53665C;
}
.AnyTagClassName
{
color: #53665C;
}
</style>
background-color css
<style>
a { background-color: #53665C; }
a { background-color: rgb(83,102,92); }
div.DivClassName
{
background-color: #53665C;
}
.BgClassName
{
background-color: #53665C;
}
</style>
border-color css
<style>
span { border-color: #53665C; }
span { border-color: rgb(83,102,92); }
td.TdClassName
{
border-color: #53665C;
}
.TagClassName
{
border-color: #53665C;
}
</style>