Shades of Viridian #489375
Tints of Viridian #489375
RGB
CMYK
RGB Variations
Color information
#489375 (or 0x489375) is known color: Viridian. HEX triplet: 48, 93 and 75. RGB value is (72,147,117). Sum of RGB (Red+Green+Blue) = 72+147+117=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #489375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489375 is #B76C8A. Grayscale: #797979. Windows color (decimal): -12020875 or 7705416. OLE color: 7705416.
HSL color Cylindrical-coordinate representation of color #489375: hue angle of 156º 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 #489375 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 147 | 117 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.42 |
| HSL | 156º | 0.34% | 0.43% | - |
| HSV(B) | 156º | 0.51% | 0.58% | - |
| XYZ | 16.32 | 23.53 | 20.51 | - |
| YUV | 121.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 117 | 0.51 | 0 | 0.20 | 0.42 | 156 | 0.34 | 0.43 |
| Hex | 48 | 93 | 75 | 33 | 0 | 14 | 2A | 9C | 22 | 2B |
| Octal | 110 | 223 | 165 | 63 | 0 | 24 | 52 | 234 | 42 | 53 |
| Binary | 1001000 | 10010011 | 1110101 | 110011 | 0 | 10100 | 101010 | 10011100 | 100010 | 101011 |
Color Harmonies of #489375
Complementary color
Monochromatic Colors of #489375
Black with #489375
Text Example
Text Example
White with #489375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489375; }
p { color: rgb(72,147,117); }
H1.HeaderClassName
{
color: #489375;
}
.AnyTagClassName
{
color: #489375;
}
</style>
background-color css
<style>
a { background-color: #489375; }
a { background-color: rgb(72,147,117); }
div.DivClassName
{
background-color: #489375;
}
.BgClassName
{
background-color: #489375;
}
</style>
border-color css
<style>
span { border-color: #489375; }
span { border-color: rgb(72,147,117); }
td.TdClassName
{
border-color: #489375;
}
.TagClassName
{
border-color: #489375;
}
</style>