Shades of Viridian Green #486558
Tints of Viridian Green #486558
RGB
CMYK
RGB Variations
Color information
#486558 (or 0x486558) is known color: Viridian Green. HEX triplet: 48, 65 and 58. RGB value is (72,101,88). Sum of RGB (Red+Green+Blue) = 72+101+88=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #486558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486558 is #B79AA7. Grayscale: #5A5A5A. Windows color (decimal): -12032680 or 5793096. OLE color: 5793096.
HSL color Cylindrical-coordinate representation of color #486558: hue angle of 153.1º 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 #486558 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 88 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.60 |
| HSL | 153.1º | 0.17% | 0.34% | - |
| HSV(B) | 153.1º | 0.29% | 0.4% | - |
| XYZ | 9.09 | 11.39 | 10.95 | - |
| YUV | 90.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 88 | 0.29 | 0 | 0.13 | 0.60 | 153.1 | 0.17 | 0.34 |
| Hex | 48 | 65 | 58 | 1D | 0 | D | 3C | 99 | 11 | 22 |
| Octal | 110 | 145 | 130 | 35 | 0 | 15 | 74 | 231 | 21 | 42 |
| Binary | 1001000 | 1100101 | 1011000 | 11101 | 0 | 1101 | 111100 | 10011001 | 10001 | 100010 |
Color Harmonies of #486558
Complementary color
Monochromatic Colors of #486558
Black with #486558
Text Example
Text Example
White with #486558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486558; }
p { color: rgb(72,101,88); }
H1.HeaderClassName
{
color: #486558;
}
.AnyTagClassName
{
color: #486558;
}
</style>
background-color css
<style>
a { background-color: #486558; }
a { background-color: rgb(72,101,88); }
div.DivClassName
{
background-color: #486558;
}
.BgClassName
{
background-color: #486558;
}
</style>
border-color css
<style>
span { border-color: #486558; }
span { border-color: rgb(72,101,88); }
td.TdClassName
{
border-color: #486558;
}
.TagClassName
{
border-color: #486558;
}
</style>