Shades of Viridian #48856D
Tints of Viridian #48856D
RGB
CMYK
RGB Variations
Color information
#48856D (or 0x48856D) is known color: Viridian. HEX triplet: 48, 85 and 6D. RGB value is (72,133,109). Sum of RGB (Red+Green+Blue) = 72+133+109=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #48856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48856D is #B77A92. Grayscale: #707070. Windows color (decimal): -12024467 or 7177544. OLE color: 7177544.
HSL color Cylindrical-coordinate representation of color #48856D: hue angle of 156.39º 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 #48856D is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 109 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.48 |
| HSL | 156.39º | 0.3% | 0.4% | - |
| HSV(B) | 156.39º | 0.46% | 0.52% | - |
| XYZ | 13.82 | 19.26 | 17.46 | - |
| YUV | 112.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 109 | 0.46 | 0 | 0.18 | 0.48 | 156.39 | 0.3 | 0.4 |
| Hex | 48 | 85 | 6D | 2E | 0 | 12 | 30 | 9C | 1E | 28 |
| Octal | 110 | 205 | 155 | 56 | 0 | 22 | 60 | 234 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1101101 | 101110 | 0 | 10010 | 110000 | 10011100 | 11110 | 101000 |
Color Harmonies of #48856D
Complementary color
Monochromatic Colors of #48856D
Black with #48856D
Text Example
Text Example
White with #48856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48856D; }
p { color: rgb(72,133,109); }
H1.HeaderClassName
{
color: #48856D;
}
.AnyTagClassName
{
color: #48856D;
}
</style>
background-color css
<style>
a { background-color: #48856D; }
a { background-color: rgb(72,133,109); }
div.DivClassName
{
background-color: #48856D;
}
.BgClassName
{
background-color: #48856D;
}
</style>
border-color css
<style>
span { border-color: #48856D; }
span { border-color: rgb(72,133,109); }
td.TdClassName
{
border-color: #48856D;
}
.TagClassName
{
border-color: #48856D;
}
</style>