Shades of Viridian Green #485B52
Tints of Viridian Green #485B52
RGB
CMYK
RGB Variations
Color information
#485B52 (or 0x485B52) is known color: Viridian Green. HEX triplet: 48, 5B and 52. RGB value is (72,91,82). Sum of RGB (Red+Green+Blue) = 72+91+82=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 91 - color contains mainly: green. Hex color #485B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B52 is #B7A4AD. Grayscale: #545454. Windows color (decimal): -12035246 or 5397320. OLE color: 5397320.
HSL color Cylindrical-coordinate representation of color #485B52: hue angle of 151.58º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #485B52 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 91 | 82 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.64 |
| HSL | 151.58º | 0.12% | 0.32% | - |
| HSV(B) | 151.58º | 0.21% | 0.36% | - |
| XYZ | 7.94 | 9.47 | 9.39 | - |
| YUV | 84.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 82 | 0.21 | 0 | 0.10 | 0.64 | 151.58 | 0.12 | 0.32 |
| Hex | 48 | 5B | 52 | 15 | 0 | A | 40 | 98 | C | 20 |
| Octal | 110 | 133 | 122 | 25 | 0 | 12 | 100 | 230 | 14 | 40 |
| Binary | 1001000 | 1011011 | 1010010 | 10101 | 0 | 1010 | 1000000 | 10011000 | 1100 | 100000 |
Color Harmonies of #485B52
Complementary color
Monochromatic Colors of #485B52
Black with #485B52
Text Example
Text Example
White with #485B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B52; }
p { color: rgb(72,91,82); }
H1.HeaderClassName
{
color: #485B52;
}
.AnyTagClassName
{
color: #485B52;
}
</style>
background-color css
<style>
a { background-color: #485B52; }
a { background-color: rgb(72,91,82); }
div.DivClassName
{
background-color: #485B52;
}
.BgClassName
{
background-color: #485B52;
}
</style>
border-color css
<style>
span { border-color: #485B52; }
span { border-color: rgb(72,91,82); }
td.TdClassName
{
border-color: #485B52;
}
.TagClassName
{
border-color: #485B52;
}
</style>