Shades of Viridian Green #52635C
Tints of Viridian Green #52635C
RGB
CMYK
RGB Variations
Color information
#52635C (or 0x52635C) is known color: Viridian Green. HEX triplet: 52, 63 and 5C. RGB value is (82,99,92). Sum of RGB (Red+Green+Blue) = 82+99+92=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #52635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52635C is #AD9CA3. Grayscale: #5D5D5D. Windows color (decimal): -11377828 or 6054738. OLE color: 6054738.
HSL color Cylindrical-coordinate representation of color #52635C: hue angle of 155.29º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #52635C is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 99 | 92 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.61 |
| HSL | 155.29º | 0.09% | 0.35% | - |
| HSV(B) | 155.29º | 0.17% | 0.39% | - |
| XYZ | 9.87 | 11.49 | 11.82 | - |
| YUV | 93.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 92 | 0.17 | 0 | 0.07 | 0.61 | 155.29 | 0.09 | 0.35 |
| Hex | 52 | 63 | 5C | 11 | 0 | 7 | 3D | 9B | 9 | 23 |
| Octal | 122 | 143 | 134 | 21 | 0 | 7 | 75 | 233 | 11 | 43 |
| Binary | 1010010 | 1100011 | 1011100 | 10001 | 0 | 111 | 111101 | 10011011 | 1001 | 100011 |
Color Harmonies of #52635C
Complementary color
Monochromatic Colors of #52635C
Black with #52635C
Text Example
Text Example
White with #52635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52635C; }
p { color: rgb(82,99,92); }
H1.HeaderClassName
{
color: #52635C;
}
.AnyTagClassName
{
color: #52635C;
}
</style>
background-color css
<style>
a { background-color: #52635C; }
a { background-color: rgb(82,99,92); }
div.DivClassName
{
background-color: #52635C;
}
.BgClassName
{
background-color: #52635C;
}
</style>
border-color css
<style>
span { border-color: #52635C; }
span { border-color: rgb(82,99,92); }
td.TdClassName
{
border-color: #52635C;
}
.TagClassName
{
border-color: #52635C;
}
</style>