Shades of Como #44875B
Tints of Como #44875B
RGB
CMYK
RGB Variations
Color information
#44875B (or 0x44875B) is known color: Como. HEX triplet: 44, 87 and 5B. RGB value is (68,135,91). Sum of RGB (Red+Green+Blue) = 68+135+91=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #44875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44875B is #BB78A4. Grayscale: #6E6E6E. Windows color (decimal): -12286117 or 5998404. OLE color: 5998404.
HSL color Cylindrical-coordinate representation of color #44875B: hue angle of 140.6º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44875B is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 135 | 91 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.47 |
| HSL | 140.6º | 0.33% | 0.4% | - |
| HSV(B) | 140.6º | 0.5% | 0.53% | - |
| XYZ | 12.94 | 19.31 | 12.94 | - |
| YUV | 109.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 91 | 0.50 | 0 | 0.33 | 0.47 | 140.6 | 0.33 | 0.4 |
| Hex | 44 | 87 | 5B | 32 | 0 | 21 | 2F | 8D | 21 | 28 |
| Octal | 104 | 207 | 133 | 62 | 0 | 41 | 57 | 215 | 41 | 50 |
| Binary | 1000100 | 10000111 | 1011011 | 110010 | 0 | 100001 | 101111 | 10001101 | 100001 | 101000 |
Color Harmonies of #44875B
Complementary color
Monochromatic Colors of #44875B
Black with #44875B
Text Example
Text Example
White with #44875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44875B; }
p { color: rgb(68,135,91); }
H1.HeaderClassName
{
color: #44875B;
}
.AnyTagClassName
{
color: #44875B;
}
</style>
background-color css
<style>
a { background-color: #44875B; }
a { background-color: rgb(68,135,91); }
div.DivClassName
{
background-color: #44875B;
}
.BgClassName
{
background-color: #44875B;
}
</style>
border-color css
<style>
span { border-color: #44875B; }
span { border-color: rgb(68,135,91); }
td.TdClassName
{
border-color: #44875B;
}
.TagClassName
{
border-color: #44875B;
}
</style>