Shades of Viridian #48906F
Tints of Viridian #48906F
RGB
CMYK
RGB Variations
Color information
#48906F (or 0x48906F) is known color: Viridian. HEX triplet: 48, 90 and 6F. RGB value is (72,144,111). Sum of RGB (Red+Green+Blue) = 72+144+111=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #48906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48906F is #B76F90. Grayscale: #767676. Windows color (decimal): -12021649 or 7311432. OLE color: 7311432.
HSL color Cylindrical-coordinate representation of color #48906F: hue angle of 152.5º 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 #48906F is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 111 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.44 |
| HSL | 152.5º | 0.33% | 0.42% | - |
| HSV(B) | 152.5º | 0.5% | 0.56% | - |
| XYZ | 15.51 | 22.47 | 18.56 | - |
| YUV | 118.71 | 123.65 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 111 | 0.50 | 0 | 0.23 | 0.44 | 152.5 | 0.33 | 0.42 |
| Hex | 48 | 90 | 6F | 32 | 0 | 17 | 2C | 98 | 21 | 2A |
| Octal | 110 | 220 | 157 | 62 | 0 | 27 | 54 | 230 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1101111 | 110010 | 0 | 10111 | 101100 | 10011000 | 100001 | 101010 |
Color Harmonies of #48906F
Complementary color
Monochromatic Colors of #48906F
Black with #48906F
Text Example
Text Example
White with #48906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48906F; }
p { color: rgb(72,144,111); }
H1.HeaderClassName
{
color: #48906F;
}
.AnyTagClassName
{
color: #48906F;
}
</style>
background-color css
<style>
a { background-color: #48906F; }
a { background-color: rgb(72,144,111); }
div.DivClassName
{
background-color: #48906F;
}
.BgClassName
{
background-color: #48906F;
}
</style>
border-color css
<style>
span { border-color: #48906F; }
span { border-color: rgb(72,144,111); }
td.TdClassName
{
border-color: #48906F;
}
.TagClassName
{
border-color: #48906F;
}
</style>