Shades of Como #44895A
Tints of Como #44895A
RGB
CMYK
RGB Variations
Color information
#44895A (or 0x44895A) is known color: Como. HEX triplet: 44, 89 and 5A. RGB value is (68,137,90). Sum of RGB (Red+Green+Blue) = 68+137+90=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #44895A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44895A is #BB76A5. Grayscale: #6F6F6F. Windows color (decimal): -12285606 or 5933380. OLE color: 5933380.
HSL color Cylindrical-coordinate representation of color #44895A: hue angle of 139.13º 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 #44895A is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 90 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.46 |
| HSL | 139.13º | 0.34% | 0.4% | - |
| HSV(B) | 139.13º | 0.5% | 0.54% | - |
| XYZ | 13.18 | 19.86 | 12.81 | - |
| YUV | 111.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 90 | 0.50 | 0 | 0.34 | 0.46 | 139.13 | 0.34 | 0.4 |
| Hex | 44 | 89 | 5A | 32 | 0 | 22 | 2E | 8B | 22 | 28 |
| Octal | 104 | 211 | 132 | 62 | 0 | 42 | 56 | 213 | 42 | 50 |
| Binary | 1000100 | 10001001 | 1011010 | 110010 | 0 | 100010 | 101110 | 10001011 | 100010 | 101000 |
Color Harmonies of #44895A
Complementary color
Monochromatic Colors of #44895A
Black with #44895A
Text Example
Text Example
White with #44895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44895A; }
p { color: rgb(68,137,90); }
H1.HeaderClassName
{
color: #44895A;
}
.AnyTagClassName
{
color: #44895A;
}
</style>
background-color css
<style>
a { background-color: #44895A; }
a { background-color: rgb(68,137,90); }
div.DivClassName
{
background-color: #44895A;
}
.BgClassName
{
background-color: #44895A;
}
</style>
border-color css
<style>
span { border-color: #44895A; }
span { border-color: rgb(68,137,90); }
td.TdClassName
{
border-color: #44895A;
}
.TagClassName
{
border-color: #44895A;
}
</style>