Shades of Viridian #48816E
Tints of Viridian #48816E
RGB
CMYK
RGB Variations
Color information
#48816E (or 0x48816E) is known color: Viridian. HEX triplet: 48, 81 and 6E. RGB value is (72,129,110). Sum of RGB (Red+Green+Blue) = 72+129+110=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #48816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48816E is #B77E91. Grayscale: #6D6D6D. Windows color (decimal): -12025490 or 7242056. OLE color: 7242056.
HSL color Cylindrical-coordinate representation of color #48816E: hue angle of 160º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48816E is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 129 | 110 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.49 |
| HSL | 160º | 0.28% | 0.39% | - |
| HSV(B) | 160º | 0.44% | 0.51% | - |
| XYZ | 13.34 | 18.2 | 17.56 | - |
| YUV | 109.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 110 | 0.44 | 0 | 0.15 | 0.49 | 160 | 0.28 | 0.39 |
| Hex | 48 | 81 | 6E | 2C | 0 | F | 31 | A0 | 1C | 27 |
| Octal | 110 | 201 | 156 | 54 | 0 | 17 | 61 | 240 | 34 | 47 |
| Binary | 1001000 | 10000001 | 1101110 | 101100 | 0 | 1111 | 110001 | 10100000 | 11100 | 100111 |
Color Harmonies of #48816E
Complementary color
Monochromatic Colors of #48816E
Black with #48816E
Text Example
Text Example
White with #48816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48816E; }
p { color: rgb(72,129,110); }
H1.HeaderClassName
{
color: #48816E;
}
.AnyTagClassName
{
color: #48816E;
}
</style>
background-color css
<style>
a { background-color: #48816E; }
a { background-color: rgb(72,129,110); }
div.DivClassName
{
background-color: #48816E;
}
.BgClassName
{
background-color: #48816E;
}
</style>
border-color css
<style>
span { border-color: #48816E; }
span { border-color: rgb(72,129,110); }
td.TdClassName
{
border-color: #48816E;
}
.TagClassName
{
border-color: #48816E;
}
</style>