Shades of Como #448655
Tints of Como #448655
RGB
CMYK
RGB Variations
Color information
#448655 (or 0x448655) is known color: Como. HEX triplet: 44, 86 and 55. RGB value is (68,134,85). Sum of RGB (Red+Green+Blue) = 68+134+85=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #448655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448655 is #BB79AA. Grayscale: #6C6C6C. Windows color (decimal): -12286379 or 5604932. OLE color: 5604932.
HSL color Cylindrical-coordinate representation of color #448655: hue angle of 135.45º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448655 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 85 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.47 |
| HSL | 135.45º | 0.33% | 0.4% | - |
| HSV(B) | 135.45º | 0.49% | 0.53% | - |
| XYZ | 12.55 | 18.94 | 11.59 | - |
| YUV | 108.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 85 | 0.49 | 0 | 0.37 | 0.47 | 135.45 | 0.33 | 0.4 |
| Hex | 44 | 86 | 55 | 31 | 0 | 25 | 2F | 87 | 21 | 28 |
| Octal | 104 | 206 | 125 | 61 | 0 | 45 | 57 | 207 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1010101 | 110001 | 0 | 100101 | 101111 | 10000111 | 100001 | 101000 |
Color Harmonies of #448655
Complementary color
Monochromatic Colors of #448655
Black with #448655
Text Example
Text Example
White with #448655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448655; }
p { color: rgb(68,134,85); }
H1.HeaderClassName
{
color: #448655;
}
.AnyTagClassName
{
color: #448655;
}
</style>
background-color css
<style>
a { background-color: #448655; }
a { background-color: rgb(68,134,85); }
div.DivClassName
{
background-color: #448655;
}
.BgClassName
{
background-color: #448655;
}
</style>
border-color css
<style>
span { border-color: #448655; }
span { border-color: rgb(68,134,85); }
td.TdClassName
{
border-color: #448655;
}
.TagClassName
{
border-color: #448655;
}
</style>