Shades of Como #448755
Tints of Como #448755
RGB
CMYK
RGB Variations
Color information
#448755 (or 0x448755) is known color: Como. HEX triplet: 44, 87 and 55. RGB value is (68,135,85). Sum of RGB (Red+Green+Blue) = 68+135+85=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #448755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448755 is #BB78AA. Grayscale: #6D6D6D. Windows color (decimal): -12286123 or 5605188. OLE color: 5605188.
HSL color Cylindrical-coordinate representation of color #448755: hue angle of 135.22º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448755 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 135 | 85 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.47 |
| HSL | 135.22º | 0.33% | 0.4% | - |
| HSV(B) | 135.22º | 0.5% | 0.53% | - |
| XYZ | 12.69 | 19.21 | 11.63 | - |
| YUV | 109.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 85 | 0.50 | 0 | 0.37 | 0.47 | 135.22 | 0.33 | 0.4 |
| Hex | 44 | 87 | 55 | 32 | 0 | 25 | 2F | 87 | 21 | 28 |
| Octal | 104 | 207 | 125 | 62 | 0 | 45 | 57 | 207 | 41 | 50 |
| Binary | 1000100 | 10000111 | 1010101 | 110010 | 0 | 100101 | 101111 | 10000111 | 100001 | 101000 |
Color Harmonies of #448755
Complementary color
Monochromatic Colors of #448755
Black with #448755
Text Example
Text Example
White with #448755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448755; }
p { color: rgb(68,135,85); }
H1.HeaderClassName
{
color: #448755;
}
.AnyTagClassName
{
color: #448755;
}
</style>
background-color css
<style>
a { background-color: #448755; }
a { background-color: rgb(68,135,85); }
div.DivClassName
{
background-color: #448755;
}
.BgClassName
{
background-color: #448755;
}
</style>
border-color css
<style>
span { border-color: #448755; }
span { border-color: rgb(68,135,85); }
td.TdClassName
{
border-color: #448755;
}
.TagClassName
{
border-color: #448755;
}
</style>