Shades of Viridian #48846B
Tints of Viridian #48846B
RGB
CMYK
RGB Variations
Color information
#48846B (or 0x48846B) is known color: Viridian. HEX triplet: 48, 84 and 6B. RGB value is (72,132,107). Sum of RGB (Red+Green+Blue) = 72+132+107=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #48846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48846B is #B77B94. Grayscale: #6F6F6F. Windows color (decimal): -12024725 or 7046216. OLE color: 7046216.
HSL color Cylindrical-coordinate representation of color #48846B: hue angle of 155º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48846B is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 107 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.48 |
| HSL | 155º | 0.29% | 0.4% | - |
| HSV(B) | 155º | 0.45% | 0.52% | - |
| XYZ | 13.58 | 18.94 | 16.85 | - |
| YUV | 111.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 107 | 0.45 | 0 | 0.19 | 0.48 | 155 | 0.29 | 0.4 |
| Hex | 48 | 84 | 6B | 2D | 0 | 13 | 30 | 9B | 1D | 28 |
| Octal | 110 | 204 | 153 | 55 | 0 | 23 | 60 | 233 | 35 | 50 |
| Binary | 1001000 | 10000100 | 1101011 | 101101 | 0 | 10011 | 110000 | 10011011 | 11101 | 101000 |
Color Harmonies of #48846B
Complementary color
Monochromatic Colors of #48846B
Black with #48846B
Text Example
Text Example
White with #48846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48846B; }
p { color: rgb(72,132,107); }
H1.HeaderClassName
{
color: #48846B;
}
.AnyTagClassName
{
color: #48846B;
}
</style>
background-color css
<style>
a { background-color: #48846B; }
a { background-color: rgb(72,132,107); }
div.DivClassName
{
background-color: #48846B;
}
.BgClassName
{
background-color: #48846B;
}
</style>
border-color css
<style>
span { border-color: #48846B; }
span { border-color: rgb(72,132,107); }
td.TdClassName
{
border-color: #48846B;
}
.TagClassName
{
border-color: #48846B;
}
</style>