Shades of Viridian Green #52685D
Tints of Viridian Green #52685D
RGB
CMYK
RGB Variations
Color information
#52685D (or 0x52685D) is known color: Viridian Green. HEX triplet: 52, 68 and 5D. RGB value is (82,104,93). Sum of RGB (Red+Green+Blue) = 82+104+93=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #52685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52685D is #AD97A2. Grayscale: #606060. Windows color (decimal): -11376547 or 6121554. OLE color: 6121554.
HSL color Cylindrical-coordinate representation of color #52685D: hue angle of 150º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #52685D is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 104 | 93 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.59 |
| HSL | 150º | 0.12% | 0.36% | - |
| HSV(B) | 150º | 0.21% | 0.41% | - |
| XYZ | 10.41 | 12.48 | 12.22 | - |
| YUV | 96.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 93 | 0.21 | 0 | 0.11 | 0.59 | 150 | 0.12 | 0.36 |
| Hex | 52 | 68 | 5D | 15 | 0 | B | 3B | 96 | C | 24 |
| Octal | 122 | 150 | 135 | 25 | 0 | 13 | 73 | 226 | 14 | 44 |
| Binary | 1010010 | 1101000 | 1011101 | 10101 | 0 | 1011 | 111011 | 10010110 | 1100 | 100100 |
Color Harmonies of #52685D
Complementary color
Monochromatic Colors of #52685D
Black with #52685D
Text Example
Text Example
White with #52685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52685D; }
p { color: rgb(82,104,93); }
H1.HeaderClassName
{
color: #52685D;
}
.AnyTagClassName
{
color: #52685D;
}
</style>
background-color css
<style>
a { background-color: #52685D; }
a { background-color: rgb(82,104,93); }
div.DivClassName
{
background-color: #52685D;
}
.BgClassName
{
background-color: #52685D;
}
</style>
border-color css
<style>
span { border-color: #52685D; }
span { border-color: rgb(82,104,93); }
td.TdClassName
{
border-color: #52685D;
}
.TagClassName
{
border-color: #52685D;
}
</style>