Shades of Como #44755A
Tints of Como #44755A
RGB
CMYK
RGB Variations
Color information
#44755A (or 0x44755A) is known color: Como. HEX triplet: 44, 75 and 5A. RGB value is (68,117,90). Sum of RGB (Red+Green+Blue) = 68+117+90=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #44755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44755A is #BB8AA5. Grayscale: #636363. Windows color (decimal): -12290726 or 5928260. OLE color: 5928260.
HSL color Cylindrical-coordinate representation of color #44755A: hue angle of 146.94º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44755A is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 117 | 90 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.54 |
| HSL | 146.94º | 0.26% | 0.36% | - |
| HSV(B) | 146.94º | 0.42% | 0.46% | - |
| XYZ | 10.59 | 14.69 | 11.95 | - |
| YUV | 99.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 90 | 0.42 | 0 | 0.23 | 0.54 | 146.94 | 0.26 | 0.36 |
| Hex | 44 | 75 | 5A | 2A | 0 | 17 | 36 | 93 | 1A | 24 |
| Octal | 104 | 165 | 132 | 52 | 0 | 27 | 66 | 223 | 32 | 44 |
| Binary | 1000100 | 1110101 | 1011010 | 101010 | 0 | 10111 | 110110 | 10010011 | 11010 | 100100 |
Color Harmonies of #44755A
Complementary color
Monochromatic Colors of #44755A
Black with #44755A
Text Example
Text Example
White with #44755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44755A; }
p { color: rgb(68,117,90); }
H1.HeaderClassName
{
color: #44755A;
}
.AnyTagClassName
{
color: #44755A;
}
</style>
background-color css
<style>
a { background-color: #44755A; }
a { background-color: rgb(68,117,90); }
div.DivClassName
{
background-color: #44755A;
}
.BgClassName
{
background-color: #44755A;
}
</style>
border-color css
<style>
span { border-color: #44755A; }
span { border-color: rgb(68,117,90); }
td.TdClassName
{
border-color: #44755A;
}
.TagClassName
{
border-color: #44755A;
}
</style>