Shades of Viridian #489077
Tints of Viridian #489077
RGB
CMYK
RGB Variations
Color information
#489077 (or 0x489077) is known color: Viridian. HEX triplet: 48, 90 and 77. RGB value is (72,144,119). Sum of RGB (Red+Green+Blue) = 72+144+119=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #489077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489077 is #B76F88. Grayscale: #777777. Windows color (decimal): -12021641 or 7835720. OLE color: 7835720.
HSL color Cylindrical-coordinate representation of color #489077: hue angle of 159.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489077 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 119 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.44 |
| HSL | 159.17º | 0.33% | 0.42% | - |
| HSV(B) | 159.17º | 0.5% | 0.56% | - |
| XYZ | 15.98 | 22.66 | 20.98 | - |
| YUV | 119.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 119 | 0.50 | 0 | 0.17 | 0.44 | 159.17 | 0.33 | 0.42 |
| Hex | 48 | 90 | 77 | 32 | 0 | 11 | 2C | 9F | 21 | 2A |
| Octal | 110 | 220 | 167 | 62 | 0 | 21 | 54 | 237 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1110111 | 110010 | 0 | 10001 | 101100 | 10011111 | 100001 | 101010 |
Color Harmonies of #489077
Complementary color
Monochromatic Colors of #489077
Black with #489077
Text Example
Text Example
White with #489077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489077; }
p { color: rgb(72,144,119); }
H1.HeaderClassName
{
color: #489077;
}
.AnyTagClassName
{
color: #489077;
}
</style>
background-color css
<style>
a { background-color: #489077; }
a { background-color: rgb(72,144,119); }
div.DivClassName
{
background-color: #489077;
}
.BgClassName
{
background-color: #489077;
}
</style>
border-color css
<style>
span { border-color: #489077; }
span { border-color: rgb(72,144,119); }
td.TdClassName
{
border-color: #489077;
}
.TagClassName
{
border-color: #489077;
}
</style>