Shades of Como #447C60
Tints of Como #447C60
RGB
CMYK
RGB Variations
Color information
#447C60 (or 0x447C60) is known color: Como. HEX triplet: 44, 7C and 60. RGB value is (68,124,96). Sum of RGB (Red+Green+Blue) = 68+124+96=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #447C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447C60 is #BB839F. Grayscale: #686868. Windows color (decimal): -12288928 or 6323268. OLE color: 6323268.
HSL color Cylindrical-coordinate representation of color #447C60: hue angle of 150º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447C60 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 124 | 96 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.51 |
| HSL | 150º | 0.29% | 0.38% | - |
| HSV(B) | 150º | 0.45% | 0.49% | - |
| XYZ | 11.7 | 16.49 | 13.63 | - |
| YUV | 104.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 96 | 0.45 | 0 | 0.23 | 0.51 | 150 | 0.29 | 0.38 |
| Hex | 44 | 7C | 60 | 2D | 0 | 17 | 33 | 96 | 1D | 26 |
| Octal | 104 | 174 | 140 | 55 | 0 | 27 | 63 | 226 | 35 | 46 |
| Binary | 1000100 | 1111100 | 1100000 | 101101 | 0 | 10111 | 110011 | 10010110 | 11101 | 100110 |
Color Harmonies of #447C60
Complementary color
Monochromatic Colors of #447C60
Black with #447C60
Text Example
Text Example
White with #447C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447C60; }
p { color: rgb(68,124,96); }
H1.HeaderClassName
{
color: #447C60;
}
.AnyTagClassName
{
color: #447C60;
}
</style>
background-color css
<style>
a { background-color: #447C60; }
a { background-color: rgb(68,124,96); }
div.DivClassName
{
background-color: #447C60;
}
.BgClassName
{
background-color: #447C60;
}
</style>
border-color css
<style>
span { border-color: #447C60; }
span { border-color: rgb(68,124,96); }
td.TdClassName
{
border-color: #447C60;
}
.TagClassName
{
border-color: #447C60;
}
</style>