Shades of Viridian Green #52605D
Tints of Viridian Green #52605D
RGB
CMYK
RGB Variations
Color information
#52605D (or 0x52605D) is known color: Viridian Green. HEX triplet: 52, 60 and 5D. RGB value is (82,96,93). Sum of RGB (Red+Green+Blue) = 82+96+93=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #52605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52605D is #AD9FA2. Grayscale: #5B5B5B. Windows color (decimal): -11378595 or 6119506. OLE color: 6119506.
HSL color Cylindrical-coordinate representation of color #52605D: hue angle of 167.14º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #52605D is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 96 | 93 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.62 |
| HSL | 167.14º | 0.08% | 0.35% | - |
| HSV(B) | 167.14º | 0.15% | 0.38% | - |
| XYZ | 9.64 | 10.95 | 11.96 | - |
| YUV | 91.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 93 | 0.15 | 0 | 0.03 | 0.62 | 167.14 | 0.08 | 0.35 |
| Hex | 52 | 60 | 5D | F | 0 | 3 | 3E | A7 | 8 | 23 |
| Octal | 122 | 140 | 135 | 17 | 0 | 3 | 76 | 247 | 10 | 43 |
| Binary | 1010010 | 1100000 | 1011101 | 1111 | 0 | 11 | 111110 | 10100111 | 1000 | 100011 |
Color Harmonies of #52605D
Complementary color
Monochromatic Colors of #52605D
Black with #52605D
Text Example
Text Example
White with #52605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52605D; }
p { color: rgb(82,96,93); }
H1.HeaderClassName
{
color: #52605D;
}
.AnyTagClassName
{
color: #52605D;
}
</style>
background-color css
<style>
a { background-color: #52605D; }
a { background-color: rgb(82,96,93); }
div.DivClassName
{
background-color: #52605D;
}
.BgClassName
{
background-color: #52605D;
}
</style>
border-color css
<style>
span { border-color: #52605D; }
span { border-color: rgb(82,96,93); }
td.TdClassName
{
border-color: #52605D;
}
.TagClassName
{
border-color: #52605D;
}
</style>