Shades of Viridian Green #485F55
Tints of Viridian Green #485F55
RGB
CMYK
RGB Variations
Color information
#485F55 (or 0x485F55) is known color: Viridian Green. HEX triplet: 48, 5F and 55. RGB value is (72,95,85). Sum of RGB (Red+Green+Blue) = 72+95+85=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 95 - color contains mainly: green. Hex color #485F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F55 is #B7A0AA. Grayscale: #565656. Windows color (decimal): -12034219 or 5594952. OLE color: 5594952.
HSL color Cylindrical-coordinate representation of color #485F55: hue angle of 153.91º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F55 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 85 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.63 |
| HSL | 153.91º | 0.14% | 0.33% | - |
| HSV(B) | 153.91º | 0.24% | 0.37% | - |
| XYZ | 8.4 | 10.22 | 10.12 | - |
| YUV | 86.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 85 | 0.24 | 0 | 0.11 | 0.63 | 153.91 | 0.14 | 0.33 |
| Hex | 48 | 5F | 55 | 18 | 0 | B | 3F | 9A | E | 21 |
| Octal | 110 | 137 | 125 | 30 | 0 | 13 | 77 | 232 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1010101 | 11000 | 0 | 1011 | 111111 | 10011010 | 1110 | 100001 |
Color Harmonies of #485F55
Complementary color
Monochromatic Colors of #485F55
Black with #485F55
Text Example
Text Example
White with #485F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F55; }
p { color: rgb(72,95,85); }
H1.HeaderClassName
{
color: #485F55;
}
.AnyTagClassName
{
color: #485F55;
}
</style>
background-color css
<style>
a { background-color: #485F55; }
a { background-color: rgb(72,95,85); }
div.DivClassName
{
background-color: #485F55;
}
.BgClassName
{
background-color: #485F55;
}
</style>
border-color css
<style>
span { border-color: #485F55; }
span { border-color: rgb(72,95,85); }
td.TdClassName
{
border-color: #485F55;
}
.TagClassName
{
border-color: #485F55;
}
</style>