Shades of Viridian #48856C
Tints of Viridian #48856C
RGB
CMYK
RGB Variations
Color information
#48856C (or 0x48856C) is known color: Viridian. HEX triplet: 48, 85 and 6C. RGB value is (72,133,108). Sum of RGB (Red+Green+Blue) = 72+133+108=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #48856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48856C is #B77A93. Grayscale: #6F6F6F. Windows color (decimal): -12024468 or 7112008. OLE color: 7112008.
HSL color Cylindrical-coordinate representation of color #48856C: hue angle of 155.41º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48856C is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 108 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.48 |
| HSL | 155.41º | 0.3% | 0.4% | - |
| HSV(B) | 155.41º | 0.46% | 0.52% | - |
| XYZ | 13.77 | 19.24 | 17.17 | - |
| YUV | 111.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 108 | 0.46 | 0 | 0.19 | 0.48 | 155.41 | 0.3 | 0.4 |
| Hex | 48 | 85 | 6C | 2E | 0 | 13 | 30 | 9B | 1E | 28 |
| Octal | 110 | 205 | 154 | 56 | 0 | 23 | 60 | 233 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1101100 | 101110 | 0 | 10011 | 110000 | 10011011 | 11110 | 101000 |
Color Harmonies of #48856C
Complementary color
Monochromatic Colors of #48856C
Black with #48856C
Text Example
Text Example
White with #48856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48856C; }
p { color: rgb(72,133,108); }
H1.HeaderClassName
{
color: #48856C;
}
.AnyTagClassName
{
color: #48856C;
}
</style>
background-color css
<style>
a { background-color: #48856C; }
a { background-color: rgb(72,133,108); }
div.DivClassName
{
background-color: #48856C;
}
.BgClassName
{
background-color: #48856C;
}
</style>
border-color css
<style>
span { border-color: #48856C; }
span { border-color: rgb(72,133,108); }
td.TdClassName
{
border-color: #48856C;
}
.TagClassName
{
border-color: #48856C;
}
</style>