Shades of Viridian #48856E
Tints of Viridian #48856E
RGB
CMYK
RGB Variations
Color information
#48856E (or 0x48856E) is known color: Viridian. HEX triplet: 48, 85 and 6E. RGB value is (72,133,110). Sum of RGB (Red+Green+Blue) = 72+133+110=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #48856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48856E is #B77A91. Grayscale: #707070. Windows color (decimal): -12024466 or 7243080. OLE color: 7243080.
HSL color Cylindrical-coordinate representation of color #48856E: hue angle of 157.38º 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 #48856E is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 110 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.48 |
| HSL | 157.38º | 0.3% | 0.4% | - |
| HSV(B) | 157.38º | 0.46% | 0.52% | - |
| XYZ | 13.87 | 19.28 | 17.74 | - |
| YUV | 112.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 110 | 0.46 | 0 | 0.17 | 0.48 | 157.38 | 0.3 | 0.4 |
| Hex | 48 | 85 | 6E | 2E | 0 | 11 | 30 | 9D | 1E | 28 |
| Octal | 110 | 205 | 156 | 56 | 0 | 21 | 60 | 235 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1101110 | 101110 | 0 | 10001 | 110000 | 10011101 | 11110 | 101000 |
Color Harmonies of #48856E
Complementary color
Monochromatic Colors of #48856E
Black with #48856E
Text Example
Text Example
White with #48856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48856E; }
p { color: rgb(72,133,110); }
H1.HeaderClassName
{
color: #48856E;
}
.AnyTagClassName
{
color: #48856E;
}
</style>
background-color css
<style>
a { background-color: #48856E; }
a { background-color: rgb(72,133,110); }
div.DivClassName
{
background-color: #48856E;
}
.BgClassName
{
background-color: #48856E;
}
</style>
border-color css
<style>
span { border-color: #48856E; }
span { border-color: rgb(72,133,110); }
td.TdClassName
{
border-color: #48856E;
}
.TagClassName
{
border-color: #48856E;
}
</style>