Shades of Como #44855F
Tints of Como #44855F
RGB
CMYK
RGB Variations
Color information
#44855F (or 0x44855F) is known color: Como. HEX triplet: 44, 85 and 5F. RGB value is (68,133,95). Sum of RGB (Red+Green+Blue) = 68+133+95=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #44855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44855F is #BB7AA0. Grayscale: #6D6D6D. Windows color (decimal): -12286625 or 6260036. OLE color: 6260036.
HSL color Cylindrical-coordinate representation of color #44855F: hue angle of 144.92º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44855F is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 133 | 95 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.48 |
| HSL | 144.92º | 0.32% | 0.39% | - |
| HSV(B) | 144.92º | 0.49% | 0.52% | - |
| XYZ | 12.84 | 18.83 | 13.78 | - |
| YUV | 109.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 95 | 0.49 | 0 | 0.29 | 0.48 | 144.92 | 0.32 | 0.39 |
| Hex | 44 | 85 | 5F | 31 | 0 | 1D | 30 | 91 | 20 | 27 |
| Octal | 104 | 205 | 137 | 61 | 0 | 35 | 60 | 221 | 40 | 47 |
| Binary | 1000100 | 10000101 | 1011111 | 110001 | 0 | 11101 | 110000 | 10010001 | 100000 | 100111 |
Color Harmonies of #44855F
Complementary color
Monochromatic Colors of #44855F
Black with #44855F
Text Example
Text Example
White with #44855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44855F; }
p { color: rgb(68,133,95); }
H1.HeaderClassName
{
color: #44855F;
}
.AnyTagClassName
{
color: #44855F;
}
</style>
background-color css
<style>
a { background-color: #44855F; }
a { background-color: rgb(68,133,95); }
div.DivClassName
{
background-color: #44855F;
}
.BgClassName
{
background-color: #44855F;
}
</style>
border-color css
<style>
span { border-color: #44855F; }
span { border-color: rgb(68,133,95); }
td.TdClassName
{
border-color: #44855F;
}
.TagClassName
{
border-color: #44855F;
}
</style>