Shades of Viridian Green #486459
Tints of Viridian Green #486459
RGB
CMYK
RGB Variations
Color information
#486459 (or 0x486459) is known color: Viridian Green. HEX triplet: 48, 64 and 59. RGB value is (72,100,89). Sum of RGB (Red+Green+Blue) = 72+100+89=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 100 - color contains mainly: green. Hex color #486459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486459 is #B79BA6. Grayscale: #5A5A5A. Windows color (decimal): -12032935 or 5858376. OLE color: 5858376.
HSL color Cylindrical-coordinate representation of color #486459: hue angle of 156.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #486459 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 89 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.61 |
| HSL | 156.43º | 0.16% | 0.34% | - |
| HSV(B) | 156.43º | 0.28% | 0.39% | - |
| XYZ | 9.03 | 11.21 | 11.14 | - |
| YUV | 90.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 89 | 0.28 | 0 | 0.11 | 0.61 | 156.43 | 0.16 | 0.34 |
| Hex | 48 | 64 | 59 | 1C | 0 | B | 3D | 9C | 10 | 22 |
| Octal | 110 | 144 | 131 | 34 | 0 | 13 | 75 | 234 | 20 | 42 |
| Binary | 1001000 | 1100100 | 1011001 | 11100 | 0 | 1011 | 111101 | 10011100 | 10000 | 100010 |
Color Harmonies of #486459
Complementary color
Monochromatic Colors of #486459
Black with #486459
Text Example
Text Example
White with #486459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486459; }
p { color: rgb(72,100,89); }
H1.HeaderClassName
{
color: #486459;
}
.AnyTagClassName
{
color: #486459;
}
</style>
background-color css
<style>
a { background-color: #486459; }
a { background-color: rgb(72,100,89); }
div.DivClassName
{
background-color: #486459;
}
.BgClassName
{
background-color: #486459;
}
</style>
border-color css
<style>
span { border-color: #486459; }
span { border-color: rgb(72,100,89); }
td.TdClassName
{
border-color: #486459;
}
.TagClassName
{
border-color: #486459;
}
</style>