Shades of Como #447F56
Tints of Como #447F56
RGB
CMYK
RGB Variations
Color information
#447F56 (or 0x447F56) is known color: Como. HEX triplet: 44, 7F and 56. RGB value is (68,127,86). Sum of RGB (Red+Green+Blue) = 68+127+86=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 127 - color contains mainly: green. Hex color #447F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F56 is #BB80A9. Grayscale: #686868. Windows color (decimal): -12288170 or 5668676. OLE color: 5668676.
HSL color Cylindrical-coordinate representation of color #447F56: hue angle of 138.31º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F56 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 86 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.50 |
| HSL | 138.31º | 0.3% | 0.38% | - |
| HSV(B) | 138.31º | 0.46% | 0.5% | - |
| XYZ | 11.65 | 17.08 | 11.49 | - |
| YUV | 104.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 86 | 0.46 | 0 | 0.32 | 0.50 | 138.31 | 0.3 | 0.38 |
| Hex | 44 | 7F | 56 | 2E | 0 | 20 | 32 | 8A | 1E | 26 |
| Octal | 104 | 177 | 126 | 56 | 0 | 40 | 62 | 212 | 36 | 46 |
| Binary | 1000100 | 1111111 | 1010110 | 101110 | 0 | 100000 | 110010 | 10001010 | 11110 | 100110 |
Color Harmonies of #447F56
Complementary color
Monochromatic Colors of #447F56
Black with #447F56
Text Example
Text Example
White with #447F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F56; }
p { color: rgb(68,127,86); }
H1.HeaderClassName
{
color: #447F56;
}
.AnyTagClassName
{
color: #447F56;
}
</style>
background-color css
<style>
a { background-color: #447F56; }
a { background-color: rgb(68,127,86); }
div.DivClassName
{
background-color: #447F56;
}
.BgClassName
{
background-color: #447F56;
}
</style>
border-color css
<style>
span { border-color: #447F56; }
span { border-color: rgb(68,127,86); }
td.TdClassName
{
border-color: #447F56;
}
.TagClassName
{
border-color: #447F56;
}
</style>