Shades of Viridian #489072
Tints of Viridian #489072
RGB
CMYK
RGB Variations
Color information
#489072 (or 0x489072) is known color: Viridian. HEX triplet: 48, 90 and 72. RGB value is (72,144,114). Sum of RGB (Red+Green+Blue) = 72+144+114=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #489072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489072 is #B76F8D. Grayscale: #777777. Windows color (decimal): -12021646 or 7508040. OLE color: 7508040.
HSL color Cylindrical-coordinate representation of color #489072: hue angle of 155º 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 #489072 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 114 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.44 |
| HSL | 155º | 0.33% | 0.42% | - |
| HSV(B) | 155º | 0.5% | 0.56% | - |
| XYZ | 15.68 | 22.54 | 19.44 | - |
| YUV | 119.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 114 | 0.50 | 0 | 0.21 | 0.44 | 155 | 0.33 | 0.42 |
| Hex | 48 | 90 | 72 | 32 | 0 | 15 | 2C | 9B | 21 | 2A |
| Octal | 110 | 220 | 162 | 62 | 0 | 25 | 54 | 233 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1110010 | 110010 | 0 | 10101 | 101100 | 10011011 | 100001 | 101010 |
Color Harmonies of #489072
Complementary color
Monochromatic Colors of #489072
Black with #489072
Text Example
Text Example
White with #489072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489072; }
p { color: rgb(72,144,114); }
H1.HeaderClassName
{
color: #489072;
}
.AnyTagClassName
{
color: #489072;
}
</style>
background-color css
<style>
a { background-color: #489072; }
a { background-color: rgb(72,144,114); }
div.DivClassName
{
background-color: #489072;
}
.BgClassName
{
background-color: #489072;
}
</style>
border-color css
<style>
span { border-color: #489072; }
span { border-color: rgb(72,144,114); }
td.TdClassName
{
border-color: #489072;
}
.TagClassName
{
border-color: #489072;
}
</style>