Shades of Viridian #48916C
Tints of Viridian #48916C
RGB
CMYK
RGB Variations
Color information
#48916C (or 0x48916C) is known color: Viridian. HEX triplet: 48, 91 and 6C. RGB value is (72,145,108). Sum of RGB (Red+Green+Blue) = 72+145+108=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #48916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48916C is #B76E93. Grayscale: #777777. Windows color (decimal): -12021396 or 7115080. OLE color: 7115080.
HSL color Cylindrical-coordinate representation of color #48916C: hue angle of 149.59º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48916C is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 145 | 108 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.43 |
| HSL | 149.59º | 0.34% | 0.43% | - |
| HSV(B) | 149.59º | 0.5% | 0.57% | - |
| XYZ | 15.5 | 22.71 | 17.75 | - |
| YUV | 118.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 108 | 0.50 | 0 | 0.26 | 0.43 | 149.59 | 0.34 | 0.43 |
| Hex | 48 | 91 | 6C | 32 | 0 | 1A | 2B | 96 | 22 | 2B |
| Octal | 110 | 221 | 154 | 62 | 0 | 32 | 53 | 226 | 42 | 53 |
| Binary | 1001000 | 10010001 | 1101100 | 110010 | 0 | 11010 | 101011 | 10010110 | 100010 | 101011 |
Color Harmonies of #48916C
Complementary color
Monochromatic Colors of #48916C
Black with #48916C
Text Example
Text Example
White with #48916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48916C; }
p { color: rgb(72,145,108); }
H1.HeaderClassName
{
color: #48916C;
}
.AnyTagClassName
{
color: #48916C;
}
</style>
background-color css
<style>
a { background-color: #48916C; }
a { background-color: rgb(72,145,108); }
div.DivClassName
{
background-color: #48916C;
}
.BgClassName
{
background-color: #48916C;
}
</style>
border-color css
<style>
span { border-color: #48916C; }
span { border-color: rgb(72,145,108); }
td.TdClassName
{
border-color: #48916C;
}
.TagClassName
{
border-color: #48916C;
}
</style>