Shades of Viridian #48916D
Tints of Viridian #48916D
RGB
CMYK
RGB Variations
Color information
#48916D (or 0x48916D) is known color: Viridian. HEX triplet: 48, 91 and 6D. RGB value is (72,145,109). Sum of RGB (Red+Green+Blue) = 72+145+109=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #48916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48916D is #B76E92. Grayscale: #777777. Windows color (decimal): -12021395 or 7180616. OLE color: 7180616.
HSL color Cylindrical-coordinate representation of color #48916D: hue angle of 150.41º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48916D is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 145 | 109 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.43 |
| HSL | 150.41º | 0.34% | 0.43% | - |
| HSV(B) | 150.41º | 0.5% | 0.57% | - |
| XYZ | 15.56 | 22.73 | 18.04 | - |
| YUV | 119.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 109 | 0.50 | 0 | 0.25 | 0.43 | 150.41 | 0.34 | 0.43 |
| Hex | 48 | 91 | 6D | 32 | 0 | 19 | 2B | 96 | 22 | 2B |
| Octal | 110 | 221 | 155 | 62 | 0 | 31 | 53 | 226 | 42 | 53 |
| Binary | 1001000 | 10010001 | 1101101 | 110010 | 0 | 11001 | 101011 | 10010110 | 100010 | 101011 |
Color Harmonies of #48916D
Complementary color
Monochromatic Colors of #48916D
Black with #48916D
Text Example
Text Example
White with #48916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48916D; }
p { color: rgb(72,145,109); }
H1.HeaderClassName
{
color: #48916D;
}
.AnyTagClassName
{
color: #48916D;
}
</style>
background-color css
<style>
a { background-color: #48916D; }
a { background-color: rgb(72,145,109); }
div.DivClassName
{
background-color: #48916D;
}
.BgClassName
{
background-color: #48916D;
}
</style>
border-color css
<style>
span { border-color: #48916D; }
span { border-color: rgb(72,145,109); }
td.TdClassName
{
border-color: #48916D;
}
.TagClassName
{
border-color: #48916D;
}
</style>