Shades of Viridian Green #52655F
Tints of Viridian Green #52655F
RGB
CMYK
RGB Variations
Color information
#52655F (or 0x52655F) is known color: Viridian Green. HEX triplet: 52, 65 and 5F. RGB value is (82,101,95). Sum of RGB (Red+Green+Blue) = 82+101+95=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #52655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52655F is #AD9AA0. Grayscale: #5E5E5E. Windows color (decimal): -11377313 or 6251858. OLE color: 6251858.
HSL color Cylindrical-coordinate representation of color #52655F: hue angle of 161.05º 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 #52655F is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 101 | 95 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.60 |
| HSL | 161.05º | 0.1% | 0.36% | - |
| HSV(B) | 161.05º | 0.19% | 0.4% | - |
| XYZ | 10.2 | 11.93 | 12.59 | - |
| YUV | 94.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 95 | 0.19 | 0 | 0.06 | 0.60 | 161.05 | 0.1 | 0.36 |
| Hex | 52 | 65 | 5F | 13 | 0 | 6 | 3C | A1 | A | 24 |
| Octal | 122 | 145 | 137 | 23 | 0 | 6 | 74 | 241 | 12 | 44 |
| Binary | 1010010 | 1100101 | 1011111 | 10011 | 0 | 110 | 111100 | 10100001 | 1010 | 100100 |
Color Harmonies of #52655F
Complementary color
Monochromatic Colors of #52655F
Black with #52655F
Text Example
Text Example
White with #52655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52655F; }
p { color: rgb(82,101,95); }
H1.HeaderClassName
{
color: #52655F;
}
.AnyTagClassName
{
color: #52655F;
}
</style>
background-color css
<style>
a { background-color: #52655F; }
a { background-color: rgb(82,101,95); }
div.DivClassName
{
background-color: #52655F;
}
.BgClassName
{
background-color: #52655F;
}
</style>
border-color css
<style>
span { border-color: #52655F; }
span { border-color: rgb(82,101,95); }
td.TdClassName
{
border-color: #52655F;
}
.TagClassName
{
border-color: #52655F;
}
</style>