Shades of Viridian #48906A
Tints of Viridian #48906A
RGB
CMYK
RGB Variations
Color information
#48906A (or 0x48906A) is known color: Viridian. HEX triplet: 48, 90 and 6A. RGB value is (72,144,106). Sum of RGB (Red+Green+Blue) = 72+144+106=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #48906A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48906A is #B76F95. Grayscale: #767676. Windows color (decimal): -12021654 or 6983752. OLE color: 6983752.
HSL color Cylindrical-coordinate representation of color #48906A: hue angle of 148.33º 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 #48906A is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 106 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.44 |
| HSL | 148.33º | 0.33% | 0.42% | - |
| HSV(B) | 148.33º | 0.5% | 0.56% | - |
| XYZ | 15.25 | 22.36 | 17.15 | - |
| YUV | 118.14 | 121.15 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 106 | 0.50 | 0 | 0.26 | 0.44 | 148.33 | 0.33 | 0.42 |
| Hex | 48 | 90 | 6A | 32 | 0 | 1A | 2C | 94 | 21 | 2A |
| Octal | 110 | 220 | 152 | 62 | 0 | 32 | 54 | 224 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1101010 | 110010 | 0 | 11010 | 101100 | 10010100 | 100001 | 101010 |
Color Harmonies of #48906A
Complementary color
Monochromatic Colors of #48906A
Black with #48906A
Text Example
Text Example
White with #48906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48906A; }
p { color: rgb(72,144,106); }
H1.HeaderClassName
{
color: #48906A;
}
.AnyTagClassName
{
color: #48906A;
}
</style>
background-color css
<style>
a { background-color: #48906A; }
a { background-color: rgb(72,144,106); }
div.DivClassName
{
background-color: #48906A;
}
.BgClassName
{
background-color: #48906A;
}
</style>
border-color css
<style>
span { border-color: #48906A; }
span { border-color: rgb(72,144,106); }
td.TdClassName
{
border-color: #48906A;
}
.TagClassName
{
border-color: #48906A;
}
</style>