Shades of Viridian Green #52645D
Tints of Viridian Green #52645D
RGB
CMYK
RGB Variations
Color information
#52645D (or 0x52645D) is known color: Viridian Green. HEX triplet: 52, 64 and 5D. RGB value is (82,100,93). Sum of RGB (Red+Green+Blue) = 82+100+93=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 100 - color contains mainly: green. Hex color #52645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52645D is #AD9BA2. Grayscale: #5D5D5D. Windows color (decimal): -11377571 or 6120530. OLE color: 6120530.
HSL color Cylindrical-coordinate representation of color #52645D: hue angle of 156.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #52645D is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 100 | 93 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.61 |
| HSL | 156.67º | 0.1% | 0.36% | - |
| HSV(B) | 156.67º | 0.18% | 0.39% | - |
| XYZ | 10.01 | 11.7 | 12.09 | - |
| YUV | 93.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 93 | 0.18 | 0 | 0.07 | 0.61 | 156.67 | 0.1 | 0.36 |
| Hex | 52 | 64 | 5D | 12 | 0 | 7 | 3D | 9D | A | 24 |
| Octal | 122 | 144 | 135 | 22 | 0 | 7 | 75 | 235 | 12 | 44 |
| Binary | 1010010 | 1100100 | 1011101 | 10010 | 0 | 111 | 111101 | 10011101 | 1010 | 100100 |
Color Harmonies of #52645D
Complementary color
Monochromatic Colors of #52645D
Black with #52645D
Text Example
Text Example
White with #52645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52645D; }
p { color: rgb(82,100,93); }
H1.HeaderClassName
{
color: #52645D;
}
.AnyTagClassName
{
color: #52645D;
}
</style>
background-color css
<style>
a { background-color: #52645D; }
a { background-color: rgb(82,100,93); }
div.DivClassName
{
background-color: #52645D;
}
.BgClassName
{
background-color: #52645D;
}
</style>
border-color css
<style>
span { border-color: #52645D; }
span { border-color: rgb(82,100,93); }
td.TdClassName
{
border-color: #52645D;
}
.TagClassName
{
border-color: #52645D;
}
</style>