Shades of Como #44735A
Tints of Como #44735A
RGB
CMYK
RGB Variations
Color information
#44735A (or 0x44735A) is known color: Como. HEX triplet: 44, 73 and 5A. RGB value is (68,115,90). Sum of RGB (Red+Green+Blue) = 68+115+90=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #44735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44735A is #BB8CA5. Grayscale: #626262. Windows color (decimal): -12291238 or 5927748. OLE color: 5927748.
HSL color Cylindrical-coordinate representation of color #44735A: hue angle of 148.09º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44735A is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 115 | 90 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.55 |
| HSL | 148.09º | 0.26% | 0.36% | - |
| HSV(B) | 148.09º | 0.41% | 0.45% | - |
| XYZ | 10.36 | 14.23 | 11.87 | - |
| YUV | 98.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 90 | 0.41 | 0 | 0.22 | 0.55 | 148.09 | 0.26 | 0.36 |
| Hex | 44 | 73 | 5A | 29 | 0 | 16 | 37 | 94 | 1A | 24 |
| Octal | 104 | 163 | 132 | 51 | 0 | 26 | 67 | 224 | 32 | 44 |
| Binary | 1000100 | 1110011 | 1011010 | 101001 | 0 | 10110 | 110111 | 10010100 | 11010 | 100100 |
Color Harmonies of #44735A
Complementary color
Monochromatic Colors of #44735A
Black with #44735A
Text Example
Text Example
White with #44735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44735A; }
p { color: rgb(68,115,90); }
H1.HeaderClassName
{
color: #44735A;
}
.AnyTagClassName
{
color: #44735A;
}
</style>
background-color css
<style>
a { background-color: #44735A; }
a { background-color: rgb(68,115,90); }
div.DivClassName
{
background-color: #44735A;
}
.BgClassName
{
background-color: #44735A;
}
</style>
border-color css
<style>
span { border-color: #44735A; }
span { border-color: rgb(68,115,90); }
td.TdClassName
{
border-color: #44735A;
}
.TagClassName
{
border-color: #44735A;
}
</style>