Shades of Viridian #48906B
Tints of Viridian #48906B
RGB
CMYK
RGB Variations
Color information
#48906B (or 0x48906B) is known color: Viridian. HEX triplet: 48, 90 and 6B. RGB value is (72,144,107). Sum of RGB (Red+Green+Blue) = 72+144+107=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #48906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48906B is #B76F94. Grayscale: #767676. Windows color (decimal): -12021653 or 7049288. OLE color: 7049288.
HSL color Cylindrical-coordinate representation of color #48906B: hue angle of 149.17º 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 #48906B is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 107 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.44 |
| HSL | 149.17º | 0.33% | 0.42% | - |
| HSV(B) | 149.17º | 0.5% | 0.56% | - |
| XYZ | 15.3 | 22.39 | 17.42 | - |
| YUV | 118.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 107 | 0.50 | 0 | 0.26 | 0.44 | 149.17 | 0.33 | 0.42 |
| Hex | 48 | 90 | 6B | 32 | 0 | 1A | 2C | 95 | 21 | 2A |
| Octal | 110 | 220 | 153 | 62 | 0 | 32 | 54 | 225 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1101011 | 110010 | 0 | 11010 | 101100 | 10010101 | 100001 | 101010 |
Color Harmonies of #48906B
Complementary color
Monochromatic Colors of #48906B
Black with #48906B
Text Example
Text Example
White with #48906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48906B; }
p { color: rgb(72,144,107); }
H1.HeaderClassName
{
color: #48906B;
}
.AnyTagClassName
{
color: #48906B;
}
</style>
background-color css
<style>
a { background-color: #48906B; }
a { background-color: rgb(72,144,107); }
div.DivClassName
{
background-color: #48906B;
}
.BgClassName
{
background-color: #48906B;
}
</style>
border-color css
<style>
span { border-color: #48906B; }
span { border-color: rgb(72,144,107); }
td.TdClassName
{
border-color: #48906B;
}
.TagClassName
{
border-color: #48906B;
}
</style>