Shades of Viridian Green #485E55
Tints of Viridian Green #485E55
RGB
CMYK
RGB Variations
Color information
#485E55 (or 0x485E55) is known color: Viridian Green. HEX triplet: 48, 5E and 55. RGB value is (72,94,85). Sum of RGB (Red+Green+Blue) = 72+94+85=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 94 - color contains mainly: green. Hex color #485E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E55 is #B7A1AA. Grayscale: #565656. Windows color (decimal): -12034475 or 5594696. OLE color: 5594696.
HSL color Cylindrical-coordinate representation of color #485E55: hue angle of 155.45º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E55 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 94 | 85 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.63 |
| HSL | 155.45º | 0.13% | 0.33% | - |
| HSV(B) | 155.45º | 0.23% | 0.37% | - |
| XYZ | 8.31 | 10.04 | 10.09 | - |
| YUV | 86.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 85 | 0.23 | 0 | 0.10 | 0.63 | 155.45 | 0.13 | 0.33 |
| Hex | 48 | 5E | 55 | 17 | 0 | A | 3F | 9B | D | 21 |
| Octal | 110 | 136 | 125 | 27 | 0 | 12 | 77 | 233 | 15 | 41 |
| Binary | 1001000 | 1011110 | 1010101 | 10111 | 0 | 1010 | 111111 | 10011011 | 1101 | 100001 |
Color Harmonies of #485E55
Complementary color
Monochromatic Colors of #485E55
Black with #485E55
Text Example
Text Example
White with #485E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E55; }
p { color: rgb(72,94,85); }
H1.HeaderClassName
{
color: #485E55;
}
.AnyTagClassName
{
color: #485E55;
}
</style>
background-color css
<style>
a { background-color: #485E55; }
a { background-color: rgb(72,94,85); }
div.DivClassName
{
background-color: #485E55;
}
.BgClassName
{
background-color: #485E55;
}
</style>
border-color css
<style>
span { border-color: #485E55; }
span { border-color: rgb(72,94,85); }
td.TdClassName
{
border-color: #485E55;
}
.TagClassName
{
border-color: #485E55;
}
</style>