Shades of Como #448757
Tints of Como #448757
RGB
CMYK
RGB Variations
Color information
#448757 (or 0x448757) is known color: Como. HEX triplet: 44, 87 and 57. RGB value is (68,135,87). Sum of RGB (Red+Green+Blue) = 68+135+87=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #448757 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448757 is #BB78A8. Grayscale: #6D6D6D. Windows color (decimal): -12286121 or 5736260. OLE color: 5736260.
HSL color Cylindrical-coordinate representation of color #448757: hue angle of 137.01º 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 #448757 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 135 | 87 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.47 |
| HSL | 137.01º | 0.33% | 0.4% | - |
| HSV(B) | 137.01º | 0.5% | 0.53% | - |
| XYZ | 12.77 | 19.25 | 12.06 | - |
| YUV | 109.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 87 | 0.50 | 0 | 0.36 | 0.47 | 137.01 | 0.33 | 0.4 |
| Hex | 44 | 87 | 57 | 32 | 0 | 24 | 2F | 89 | 21 | 28 |
| Octal | 104 | 207 | 127 | 62 | 0 | 44 | 57 | 211 | 41 | 50 |
| Binary | 1000100 | 10000111 | 1010111 | 110010 | 0 | 100100 | 101111 | 10001001 | 100001 | 101000 |
Color Harmonies of #448757
Complementary color
Monochromatic Colors of #448757
Black with #448757
Text Example
Text Example
White with #448757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448757; }
p { color: rgb(68,135,87); }
H1.HeaderClassName
{
color: #448757;
}
.AnyTagClassName
{
color: #448757;
}
</style>
background-color css
<style>
a { background-color: #448757; }
a { background-color: rgb(68,135,87); }
div.DivClassName
{
background-color: #448757;
}
.BgClassName
{
background-color: #448757;
}
</style>
border-color css
<style>
span { border-color: #448757; }
span { border-color: rgb(68,135,87); }
td.TdClassName
{
border-color: #448757;
}
.TagClassName
{
border-color: #448757;
}
</style>