Shades of Viridian #44896A
Tints of Viridian #44896A
RGB
CMYK
RGB Variations
Color information
#44896A (or 0x44896A) is known color: Viridian. HEX triplet: 44, 89 and 6A. RGB value is (68,137,106). Sum of RGB (Red+Green+Blue) = 68+137+106=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #44896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44896A is #BB7695. Grayscale: #707070. Windows color (decimal): -12285590 or 6981956. OLE color: 6981956.
HSL color Cylindrical-coordinate representation of color #44896A: hue angle of 153.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44896A is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 106 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.46 |
| HSL | 153.04º | 0.34% | 0.4% | - |
| HSV(B) | 153.04º | 0.5% | 0.54% | - |
| XYZ | 13.93 | 20.16 | 16.79 | - |
| YUV | 112.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 106 | 0.50 | 0 | 0.23 | 0.46 | 153.04 | 0.34 | 0.4 |
| Hex | 44 | 89 | 6A | 32 | 0 | 17 | 2E | 99 | 22 | 28 |
| Octal | 104 | 211 | 152 | 62 | 0 | 27 | 56 | 231 | 42 | 50 |
| Binary | 1000100 | 10001001 | 1101010 | 110010 | 0 | 10111 | 101110 | 10011001 | 100010 | 101000 |
Color Harmonies of #44896A
Complementary color
Monochromatic Colors of #44896A
Black with #44896A
Text Example
Text Example
White with #44896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44896A; }
p { color: rgb(68,137,106); }
H1.HeaderClassName
{
color: #44896A;
}
.AnyTagClassName
{
color: #44896A;
}
</style>
background-color css
<style>
a { background-color: #44896A; }
a { background-color: rgb(68,137,106); }
div.DivClassName
{
background-color: #44896A;
}
.BgClassName
{
background-color: #44896A;
}
</style>
border-color css
<style>
span { border-color: #44896A; }
span { border-color: rgb(68,137,106); }
td.TdClassName
{
border-color: #44896A;
}
.TagClassName
{
border-color: #44896A;
}
</style>