Shades of Eucalyptus #44946D
Tints of Eucalyptus #44946D
RGB
CMYK
RGB Variations
Color information
#44946D (or 0x44946D) is known color: Eucalyptus. HEX triplet: 44, 94 and 6D. RGB value is (68,148,109). Sum of RGB (Red+Green+Blue) = 68+148+109=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #44946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44946D is #BB6B92. Grayscale: #777777. Windows color (decimal): -12282771 or 7181380. OLE color: 7181380.
HSL color Cylindrical-coordinate representation of color #44946D: hue angle of 150.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44946D is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 109 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.42 |
| HSL | 150.75º | 0.37% | 0.42% | - |
| HSV(B) | 150.75º | 0.54% | 0.58% | - |
| XYZ | 15.73 | 23.51 | 18.18 | - |
| YUV | 119.63 | 122 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 109 | 0.54 | 0 | 0.26 | 0.42 | 150.75 | 0.37 | 0.42 |
| Hex | 44 | 94 | 6D | 36 | 0 | 1A | 2A | 97 | 25 | 2A |
| Octal | 104 | 224 | 155 | 66 | 0 | 32 | 52 | 227 | 45 | 52 |
| Binary | 1000100 | 10010100 | 1101101 | 110110 | 0 | 11010 | 101010 | 10010111 | 100101 | 101010 |
Color Harmonies of #44946D
Complementary color
Monochromatic Colors of #44946D
Black with #44946D
Text Example
Text Example
White with #44946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44946D; }
p { color: rgb(68,148,109); }
H1.HeaderClassName
{
color: #44946D;
}
.AnyTagClassName
{
color: #44946D;
}
</style>
background-color css
<style>
a { background-color: #44946D; }
a { background-color: rgb(68,148,109); }
div.DivClassName
{
background-color: #44946D;
}
.BgClassName
{
background-color: #44946D;
}
</style>
border-color css
<style>
span { border-color: #44946D; }
span { border-color: rgb(68,148,109); }
td.TdClassName
{
border-color: #44946D;
}
.TagClassName
{
border-color: #44946D;
}
</style>