Shades of Viridian Green #485D54
Tints of Viridian Green #485D54
RGB
CMYK
RGB Variations
Color information
#485D54 (or 0x485D54) is known color: Viridian Green. HEX triplet: 48, 5D and 54. RGB value is (72,93,84). Sum of RGB (Red+Green+Blue) = 72+93+84=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 93 - color contains mainly: green. Hex color #485D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D54 is #B7A2AB. Grayscale: #555555. Windows color (decimal): -12034732 or 5528904. OLE color: 5528904.
HSL color Cylindrical-coordinate representation of color #485D54: hue angle of 154.29º 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 #485D54 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 84 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.64 |
| HSL | 154.29º | 0.13% | 0.32% | - |
| HSV(B) | 154.29º | 0.23% | 0.36% | - |
| XYZ | 8.19 | 9.85 | 9.86 | - |
| YUV | 85.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 84 | 0.23 | 0 | 0.10 | 0.64 | 154.29 | 0.13 | 0.32 |
| Hex | 48 | 5D | 54 | 17 | 0 | A | 40 | 9A | D | 20 |
| Octal | 110 | 135 | 124 | 27 | 0 | 12 | 100 | 232 | 15 | 40 |
| Binary | 1001000 | 1011101 | 1010100 | 10111 | 0 | 1010 | 1000000 | 10011010 | 1101 | 100000 |
Color Harmonies of #485D54
Complementary color
Monochromatic Colors of #485D54
Black with #485D54
Text Example
Text Example
White with #485D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D54; }
p { color: rgb(72,93,84); }
H1.HeaderClassName
{
color: #485D54;
}
.AnyTagClassName
{
color: #485D54;
}
</style>
background-color css
<style>
a { background-color: #485D54; }
a { background-color: rgb(72,93,84); }
div.DivClassName
{
background-color: #485D54;
}
.BgClassName
{
background-color: #485D54;
}
</style>
border-color css
<style>
span { border-color: #485D54; }
span { border-color: rgb(72,93,84); }
td.TdClassName
{
border-color: #485D54;
}
.TagClassName
{
border-color: #485D54;
}
</style>