Shades of Como #447E56
Tints of Como #447E56
RGB
CMYK
RGB Variations
Color information
#447E56 (or 0x447E56) is known color: Como. HEX triplet: 44, 7E and 56. RGB value is (68,126,86). Sum of RGB (Red+Green+Blue) = 68+126+86=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 126 - color contains mainly: green. Hex color #447E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447E56 is #BB81A9. Grayscale: #686868. Windows color (decimal): -12288426 or 5668420. OLE color: 5668420.
HSL color Cylindrical-coordinate representation of color #447E56: hue angle of 138.62º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447E56 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 126 | 86 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.51 |
| HSL | 138.62º | 0.3% | 0.38% | - |
| HSV(B) | 138.62º | 0.46% | 0.49% | - |
| XYZ | 11.52 | 16.82 | 11.44 | - |
| YUV | 104.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 86 | 0.46 | 0 | 0.32 | 0.51 | 138.62 | 0.3 | 0.38 |
| Hex | 44 | 7E | 56 | 2E | 0 | 20 | 33 | 8B | 1E | 26 |
| Octal | 104 | 176 | 126 | 56 | 0 | 40 | 63 | 213 | 36 | 46 |
| Binary | 1000100 | 1111110 | 1010110 | 101110 | 0 | 100000 | 110011 | 10001011 | 11110 | 100110 |
Color Harmonies of #447E56
Complementary color
Monochromatic Colors of #447E56
Black with #447E56
Text Example
Text Example
White with #447E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E56; }
p { color: rgb(68,126,86); }
H1.HeaderClassName
{
color: #447E56;
}
.AnyTagClassName
{
color: #447E56;
}
</style>
background-color css
<style>
a { background-color: #447E56; }
a { background-color: rgb(68,126,86); }
div.DivClassName
{
background-color: #447E56;
}
.BgClassName
{
background-color: #447E56;
}
</style>
border-color css
<style>
span { border-color: #447E56; }
span { border-color: rgb(68,126,86); }
td.TdClassName
{
border-color: #447E56;
}
.TagClassName
{
border-color: #447E56;
}
</style>