Shades of Como #448661
Tints of Como #448661
RGB
CMYK
RGB Variations
Color information
#448661 (or 0x448661) is known color: Como. HEX triplet: 44, 86 and 61. RGB value is (68,134,97). Sum of RGB (Red+Green+Blue) = 68+134+97=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #448661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448661 is #BB799E. Grayscale: #6E6E6E. Windows color (decimal): -12286367 or 6391364. OLE color: 6391364.
HSL color Cylindrical-coordinate representation of color #448661: hue angle of 146.36º 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 #448661 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 97 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.47 |
| HSL | 146.36º | 0.33% | 0.4% | - |
| HSV(B) | 146.36º | 0.49% | 0.53% | - |
| XYZ | 13.07 | 19.14 | 14.32 | - |
| YUV | 110.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 97 | 0.49 | 0 | 0.28 | 0.47 | 146.36 | 0.33 | 0.4 |
| Hex | 44 | 86 | 61 | 31 | 0 | 1C | 2F | 92 | 21 | 28 |
| Octal | 104 | 206 | 141 | 61 | 0 | 34 | 57 | 222 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1100001 | 110001 | 0 | 11100 | 101111 | 10010010 | 100001 | 101000 |
Color Harmonies of #448661
Complementary color
Monochromatic Colors of #448661
Black with #448661
Text Example
Text Example
White with #448661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448661; }
p { color: rgb(68,134,97); }
H1.HeaderClassName
{
color: #448661;
}
.AnyTagClassName
{
color: #448661;
}
</style>
background-color css
<style>
a { background-color: #448661; }
a { background-color: rgb(68,134,97); }
div.DivClassName
{
background-color: #448661;
}
.BgClassName
{
background-color: #448661;
}
</style>
border-color css
<style>
span { border-color: #448661; }
span { border-color: rgb(68,134,97); }
td.TdClassName
{
border-color: #448661;
}
.TagClassName
{
border-color: #448661;
}
</style>