Shades of Viridian #48896A
Tints of Viridian #48896A
RGB
CMYK
RGB Variations
Color information
#48896A (or 0x48896A) is known color: Viridian. HEX triplet: 48, 89 and 6A. RGB value is (72,137,106). Sum of RGB (Red+Green+Blue) = 72+137+106=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #48896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48896A is #B77695. Grayscale: #727272. Windows color (decimal): -12023446 or 6981960. OLE color: 6981960.
HSL color Cylindrical-coordinate representation of color #48896A: hue angle of 151.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48896A is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 106 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.46 |
| HSL | 151.38º | 0.31% | 0.41% | - |
| HSV(B) | 151.38º | 0.47% | 0.54% | - |
| XYZ | 14.22 | 20.31 | 16.81 | - |
| YUV | 114.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 106 | 0.47 | 0 | 0.23 | 0.46 | 151.38 | 0.31 | 0.41 |
| Hex | 48 | 89 | 6A | 2F | 0 | 17 | 2E | 97 | 1F | 29 |
| Octal | 110 | 211 | 152 | 57 | 0 | 27 | 56 | 227 | 37 | 51 |
| Binary | 1001000 | 10001001 | 1101010 | 101111 | 0 | 10111 | 101110 | 10010111 | 11111 | 101001 |
Color Harmonies of #48896A
Complementary color
Monochromatic Colors of #48896A
Black with #48896A
Text Example
Text Example
White with #48896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48896A; }
p { color: rgb(72,137,106); }
H1.HeaderClassName
{
color: #48896A;
}
.AnyTagClassName
{
color: #48896A;
}
</style>
background-color css
<style>
a { background-color: #48896A; }
a { background-color: rgb(72,137,106); }
div.DivClassName
{
background-color: #48896A;
}
.BgClassName
{
background-color: #48896A;
}
</style>
border-color css
<style>
span { border-color: #48896A; }
span { border-color: rgb(72,137,106); }
td.TdClassName
{
border-color: #48896A;
}
.TagClassName
{
border-color: #48896A;
}
</style>