Shades of Viridian Green #486555
Tints of Viridian Green #486555
RGB
CMYK
RGB Variations
Color information
#486555 (or 0x486555) is known color: Viridian Green. HEX triplet: 48, 65 and 55. RGB value is (72,101,85). Sum of RGB (Red+Green+Blue) = 72+101+85=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #486555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486555 is #B79AAA. Grayscale: #5A5A5A. Windows color (decimal): -12032683 or 5596488. OLE color: 5596488.
HSL color Cylindrical-coordinate representation of color #486555: hue angle of 146.9º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486555 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 85 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.60 |
| HSL | 146.9º | 0.17% | 0.34% | - |
| HSV(B) | 146.9º | 0.29% | 0.4% | - |
| XYZ | 8.97 | 11.34 | 10.31 | - |
| YUV | 90.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 85 | 0.29 | 0 | 0.16 | 0.60 | 146.9 | 0.17 | 0.34 |
| Hex | 48 | 65 | 55 | 1D | 0 | 10 | 3C | 93 | 11 | 22 |
| Octal | 110 | 145 | 125 | 35 | 0 | 20 | 74 | 223 | 21 | 42 |
| Binary | 1001000 | 1100101 | 1010101 | 11101 | 0 | 10000 | 111100 | 10010011 | 10001 | 100010 |
Color Harmonies of #486555
Complementary color
Monochromatic Colors of #486555
Black with #486555
Text Example
Text Example
White with #486555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486555; }
p { color: rgb(72,101,85); }
H1.HeaderClassName
{
color: #486555;
}
.AnyTagClassName
{
color: #486555;
}
</style>
background-color css
<style>
a { background-color: #486555; }
a { background-color: rgb(72,101,85); }
div.DivClassName
{
background-color: #486555;
}
.BgClassName
{
background-color: #486555;
}
</style>
border-color css
<style>
span { border-color: #486555; }
span { border-color: rgb(72,101,85); }
td.TdClassName
{
border-color: #486555;
}
.TagClassName
{
border-color: #486555;
}
</style>