Shades of Viridian Green #486559
Tints of Viridian Green #486559
RGB
CMYK
RGB Variations
Color information
#486559 (or 0x486559) is known color: Viridian Green. HEX triplet: 48, 65 and 59. RGB value is (72,101,89). Sum of RGB (Red+Green+Blue) = 72+101+89=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 101 - color contains mainly: green. Hex color #486559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486559 is #B79AA6. Grayscale: #5A5A5A. Windows color (decimal): -12032679 or 5858632. OLE color: 5858632.
HSL color Cylindrical-coordinate representation of color #486559: hue angle of 155.17º 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 #486559 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 89 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.60 |
| HSL | 155.17º | 0.17% | 0.34% | - |
| HSV(B) | 155.17º | 0.29% | 0.4% | - |
| XYZ | 9.13 | 11.41 | 11.17 | - |
| YUV | 90.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 89 | 0.29 | 0 | 0.12 | 0.60 | 155.17 | 0.17 | 0.34 |
| Hex | 48 | 65 | 59 | 1D | 0 | C | 3C | 9B | 11 | 22 |
| Octal | 110 | 145 | 131 | 35 | 0 | 14 | 74 | 233 | 21 | 42 |
| Binary | 1001000 | 1100101 | 1011001 | 11101 | 0 | 1100 | 111100 | 10011011 | 10001 | 100010 |
Color Harmonies of #486559
Complementary color
Monochromatic Colors of #486559
Black with #486559
Text Example
Text Example
White with #486559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486559; }
p { color: rgb(72,101,89); }
H1.HeaderClassName
{
color: #486559;
}
.AnyTagClassName
{
color: #486559;
}
</style>
background-color css
<style>
a { background-color: #486559; }
a { background-color: rgb(72,101,89); }
div.DivClassName
{
background-color: #486559;
}
.BgClassName
{
background-color: #486559;
}
</style>
border-color css
<style>
span { border-color: #486559; }
span { border-color: rgb(72,101,89); }
td.TdClassName
{
border-color: #486559;
}
.TagClassName
{
border-color: #486559;
}
</style>