Shades of Viridian Green #52655C
Tints of Viridian Green #52655C
RGB
CMYK
RGB Variations
Color information
#52655C (or 0x52655C) is known color: Viridian Green. HEX triplet: 52, 65 and 5C. RGB value is (82,101,92). Sum of RGB (Red+Green+Blue) = 82+101+92=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #52655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52655C is #AD9AA3. Grayscale: #5E5E5E. Windows color (decimal): -11377316 or 6055250. OLE color: 6055250.
HSL color Cylindrical-coordinate representation of color #52655C: 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 #52655C is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 101 | 92 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.60 |
| HSL | 151.58º | 0.1% | 0.36% | - |
| HSV(B) | 151.58º | 0.19% | 0.4% | - |
| XYZ | 10.07 | 11.87 | 11.89 | - |
| YUV | 94.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 92 | 0.19 | 0 | 0.09 | 0.60 | 151.58 | 0.1 | 0.36 |
| Hex | 52 | 65 | 5C | 13 | 0 | 9 | 3C | 98 | A | 24 |
| Octal | 122 | 145 | 134 | 23 | 0 | 11 | 74 | 230 | 12 | 44 |
| Binary | 1010010 | 1100101 | 1011100 | 10011 | 0 | 1001 | 111100 | 10011000 | 1010 | 100100 |
Color Harmonies of #52655C
Complementary color
Monochromatic Colors of #52655C
Black with #52655C
Text Example
Text Example
White with #52655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52655C; }
p { color: rgb(82,101,92); }
H1.HeaderClassName
{
color: #52655C;
}
.AnyTagClassName
{
color: #52655C;
}
</style>
background-color css
<style>
a { background-color: #52655C; }
a { background-color: rgb(82,101,92); }
div.DivClassName
{
background-color: #52655C;
}
.BgClassName
{
background-color: #52655C;
}
</style>
border-color css
<style>
span { border-color: #52655C; }
span { border-color: rgb(82,101,92); }
td.TdClassName
{
border-color: #52655C;
}
.TagClassName
{
border-color: #52655C;
}
</style>