Shades of Viridian #489371
Tints of Viridian #489371
RGB
CMYK
RGB Variations
Color information
#489371 (or 0x489371) is known color: Viridian. HEX triplet: 48, 93 and 71. RGB value is (72,147,113). Sum of RGB (Red+Green+Blue) = 72+147+113=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #489371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489371 is #B76C8E. Grayscale: #787878. Windows color (decimal): -12020879 or 7443272. OLE color: 7443272.
HSL color Cylindrical-coordinate representation of color #489371: hue angle of 152.8º 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 #489371 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 147 | 113 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.42 |
| HSL | 152.8º | 0.34% | 0.43% | - |
| HSV(B) | 152.8º | 0.51% | 0.58% | - |
| XYZ | 16.09 | 23.44 | 19.3 | - |
| YUV | 120.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 113 | 0.51 | 0 | 0.23 | 0.42 | 152.8 | 0.34 | 0.43 |
| Hex | 48 | 93 | 71 | 33 | 0 | 17 | 2A | 99 | 22 | 2B |
| Octal | 110 | 223 | 161 | 63 | 0 | 27 | 52 | 231 | 42 | 53 |
| Binary | 1001000 | 10010011 | 1110001 | 110011 | 0 | 10111 | 101010 | 10011001 | 100010 | 101011 |
Color Harmonies of #489371
Complementary color
Monochromatic Colors of #489371
Black with #489371
Text Example
Text Example
White with #489371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489371; }
p { color: rgb(72,147,113); }
H1.HeaderClassName
{
color: #489371;
}
.AnyTagClassName
{
color: #489371;
}
</style>
background-color css
<style>
a { background-color: #489371; }
a { background-color: rgb(72,147,113); }
div.DivClassName
{
background-color: #489371;
}
.BgClassName
{
background-color: #489371;
}
</style>
border-color css
<style>
span { border-color: #489371; }
span { border-color: rgb(72,147,113); }
td.TdClassName
{
border-color: #489371;
}
.TagClassName
{
border-color: #489371;
}
</style>