Shades of Viridian #48906D
Tints of Viridian #48906D
RGB
CMYK
RGB Variations
Color information
#48906D (or 0x48906D) is known color: Viridian. HEX triplet: 48, 90 and 6D. RGB value is (72,144,109). Sum of RGB (Red+Green+Blue) = 72+144+109=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #48906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48906D is #B76F92. Grayscale: #767676. Windows color (decimal): -12021651 or 7180360. OLE color: 7180360.
HSL color Cylindrical-coordinate representation of color #48906D: hue angle of 150.83º 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 #48906D is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 109 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.44 |
| HSL | 150.83º | 0.33% | 0.42% | - |
| HSV(B) | 150.83º | 0.5% | 0.56% | - |
| XYZ | 15.41 | 22.43 | 17.99 | - |
| YUV | 118.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 109 | 0.50 | 0 | 0.24 | 0.44 | 150.83 | 0.33 | 0.42 |
| Hex | 48 | 90 | 6D | 32 | 0 | 18 | 2C | 97 | 21 | 2A |
| Octal | 110 | 220 | 155 | 62 | 0 | 30 | 54 | 227 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1101101 | 110010 | 0 | 11000 | 101100 | 10010111 | 100001 | 101010 |
Color Harmonies of #48906D
Complementary color
Monochromatic Colors of #48906D
Black with #48906D
Text Example
Text Example
White with #48906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48906D; }
p { color: rgb(72,144,109); }
H1.HeaderClassName
{
color: #48906D;
}
.AnyTagClassName
{
color: #48906D;
}
</style>
background-color css
<style>
a { background-color: #48906D; }
a { background-color: rgb(72,144,109); }
div.DivClassName
{
background-color: #48906D;
}
.BgClassName
{
background-color: #48906D;
}
</style>
border-color css
<style>
span { border-color: #48906D; }
span { border-color: rgb(72,144,109); }
td.TdClassName
{
border-color: #48906D;
}
.TagClassName
{
border-color: #48906D;
}
</style>