Shades of Viridian Green #485D52
Tints of Viridian Green #485D52
RGB
CMYK
RGB Variations
Color information
#485D52 (or 0x485D52) is known color: Viridian Green. HEX triplet: 48, 5D and 52. RGB value is (72,93,82). Sum of RGB (Red+Green+Blue) = 72+93+82=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 93 - color contains mainly: green. Hex color #485D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D52 is #B7A2AD. Grayscale: #555555. Windows color (decimal): -12034734 or 5397832. OLE color: 5397832.
HSL color Cylindrical-coordinate representation of color #485D52: hue angle of 148.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485D52 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 82 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.64 |
| HSL | 148.57º | 0.13% | 0.32% | - |
| HSV(B) | 148.57º | 0.23% | 0.36% | - |
| XYZ | 8.11 | 9.82 | 9.45 | - |
| YUV | 85.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 82 | 0.23 | 0 | 0.12 | 0.64 | 148.57 | 0.13 | 0.32 |
| Hex | 48 | 5D | 52 | 17 | 0 | C | 40 | 95 | D | 20 |
| Octal | 110 | 135 | 122 | 27 | 0 | 14 | 100 | 225 | 15 | 40 |
| Binary | 1001000 | 1011101 | 1010010 | 10111 | 0 | 1100 | 1000000 | 10010101 | 1101 | 100000 |
Color Harmonies of #485D52
Complementary color
Monochromatic Colors of #485D52
Black with #485D52
Text Example
Text Example
White with #485D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D52; }
p { color: rgb(72,93,82); }
H1.HeaderClassName
{
color: #485D52;
}
.AnyTagClassName
{
color: #485D52;
}
</style>
background-color css
<style>
a { background-color: #485D52; }
a { background-color: rgb(72,93,82); }
div.DivClassName
{
background-color: #485D52;
}
.BgClassName
{
background-color: #485D52;
}
</style>
border-color css
<style>
span { border-color: #485D52; }
span { border-color: rgb(72,93,82); }
td.TdClassName
{
border-color: #485D52;
}
.TagClassName
{
border-color: #485D52;
}
</style>