Shades of Viridian #489377
Tints of Viridian #489377
RGB
CMYK
RGB Variations
Color information
#489377 (or 0x489377) is known color: Viridian. HEX triplet: 48, 93 and 77. RGB value is (72,147,119). Sum of RGB (Red+Green+Blue) = 72+147+119=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #489377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489377 is #B76C88. Grayscale: #797979. Windows color (decimal): -12020873 or 7836488. OLE color: 7836488.
HSL color Cylindrical-coordinate representation of color #489377: hue angle of 157.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489377 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 147 | 119 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.42 |
| HSL | 157.6º | 0.34% | 0.43% | - |
| HSV(B) | 157.6º | 0.51% | 0.58% | - |
| XYZ | 16.44 | 23.58 | 21.14 | - |
| YUV | 121.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 119 | 0.51 | 0 | 0.19 | 0.42 | 157.6 | 0.34 | 0.43 |
| Hex | 48 | 93 | 77 | 33 | 0 | 13 | 2A | 9E | 22 | 2B |
| Octal | 110 | 223 | 167 | 63 | 0 | 23 | 52 | 236 | 42 | 53 |
| Binary | 1001000 | 10010011 | 1110111 | 110011 | 0 | 10011 | 101010 | 10011110 | 100010 | 101011 |
Color Harmonies of #489377
Complementary color
Monochromatic Colors of #489377
Black with #489377
Text Example
Text Example
White with #489377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489377; }
p { color: rgb(72,147,119); }
H1.HeaderClassName
{
color: #489377;
}
.AnyTagClassName
{
color: #489377;
}
</style>
background-color css
<style>
a { background-color: #489377; }
a { background-color: rgb(72,147,119); }
div.DivClassName
{
background-color: #489377;
}
.BgClassName
{
background-color: #489377;
}
</style>
border-color css
<style>
span { border-color: #489377; }
span { border-color: rgb(72,147,119); }
td.TdClassName
{
border-color: #489377;
}
.TagClassName
{
border-color: #489377;
}
</style>