Shades of Como #448560
Tints of Como #448560
RGB
CMYK
RGB Variations
Color information
#448560 (or 0x448560) is known color: Como. HEX triplet: 44, 85 and 60. RGB value is (68,133,96). Sum of RGB (Red+Green+Blue) = 68+133+96=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #448560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448560 is #BB7A9F. Grayscale: #6D6D6D. Windows color (decimal): -12286624 or 6325572. OLE color: 6325572.
HSL color Cylindrical-coordinate representation of color #448560: hue angle of 145.85º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448560 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 133 | 96 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.48 |
| HSL | 145.85º | 0.32% | 0.39% | - |
| HSV(B) | 145.85º | 0.49% | 0.52% | - |
| XYZ | 12.88 | 18.85 | 14.03 | - |
| YUV | 109.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 96 | 0.49 | 0 | 0.28 | 0.48 | 145.85 | 0.32 | 0.39 |
| Hex | 44 | 85 | 60 | 31 | 0 | 1C | 30 | 92 | 20 | 27 |
| Octal | 104 | 205 | 140 | 61 | 0 | 34 | 60 | 222 | 40 | 47 |
| Binary | 1000100 | 10000101 | 1100000 | 110001 | 0 | 11100 | 110000 | 10010010 | 100000 | 100111 |
Color Harmonies of #448560
Complementary color
Monochromatic Colors of #448560
Black with #448560
Text Example
Text Example
White with #448560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448560; }
p { color: rgb(68,133,96); }
H1.HeaderClassName
{
color: #448560;
}
.AnyTagClassName
{
color: #448560;
}
</style>
background-color css
<style>
a { background-color: #448560; }
a { background-color: rgb(68,133,96); }
div.DivClassName
{
background-color: #448560;
}
.BgClassName
{
background-color: #448560;
}
</style>
border-color css
<style>
span { border-color: #448560; }
span { border-color: rgb(68,133,96); }
td.TdClassName
{
border-color: #448560;
}
.TagClassName
{
border-color: #448560;
}
</style>