Shades of Como #447F5E
Tints of Como #447F5E
RGB
CMYK
RGB Variations
Color information
#447F5E (or 0x447F5E) is known color: Como. HEX triplet: 44, 7F and 5E. RGB value is (68,127,94). Sum of RGB (Red+Green+Blue) = 68+127+94=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #447F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F5E is #BB80A1. Grayscale: #696969. Windows color (decimal): -12288162 or 6192964. OLE color: 6192964.
HSL color Cylindrical-coordinate representation of color #447F5E: hue angle of 146.44º 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 #447F5E is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 94 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.50 |
| HSL | 146.44º | 0.3% | 0.38% | - |
| HSV(B) | 146.44º | 0.46% | 0.5% | - |
| XYZ | 11.99 | 17.22 | 13.28 | - |
| YUV | 105.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 94 | 0.46 | 0 | 0.26 | 0.50 | 146.44 | 0.3 | 0.38 |
| Hex | 44 | 7F | 5E | 2E | 0 | 1A | 32 | 92 | 1E | 26 |
| Octal | 104 | 177 | 136 | 56 | 0 | 32 | 62 | 222 | 36 | 46 |
| Binary | 1000100 | 1111111 | 1011110 | 101110 | 0 | 11010 | 110010 | 10010010 | 11110 | 100110 |
Color Harmonies of #447F5E
Complementary color
Monochromatic Colors of #447F5E
Black with #447F5E
Text Example
Text Example
White with #447F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F5E; }
p { color: rgb(68,127,94); }
H1.HeaderClassName
{
color: #447F5E;
}
.AnyTagClassName
{
color: #447F5E;
}
</style>
background-color css
<style>
a { background-color: #447F5E; }
a { background-color: rgb(68,127,94); }
div.DivClassName
{
background-color: #447F5E;
}
.BgClassName
{
background-color: #447F5E;
}
</style>
border-color css
<style>
span { border-color: #447F5E; }
span { border-color: rgb(68,127,94); }
td.TdClassName
{
border-color: #447F5E;
}
.TagClassName
{
border-color: #447F5E;
}
</style>