Shades of Eucalyptus #44956B
Tints of Eucalyptus #44956B
RGB
CMYK
RGB Variations
Color information
#44956B (or 0x44956B) is known color: Eucalyptus. HEX triplet: 44, 95 and 6B. RGB value is (68,149,107). Sum of RGB (Red+Green+Blue) = 68+149+107=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #44956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44956B is #BB6A94. Grayscale: #787878. Windows color (decimal): -12282517 or 7050564. OLE color: 7050564.
HSL color Cylindrical-coordinate representation of color #44956B: hue angle of 148.89º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44956B is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 107 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.42 |
| HSL | 148.89º | 0.37% | 0.43% | - |
| HSV(B) | 148.89º | 0.54% | 0.58% | - |
| XYZ | 15.79 | 23.79 | 17.67 | - |
| YUV | 119.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 107 | 0.54 | 0 | 0.28 | 0.42 | 148.89 | 0.37 | 0.43 |
| Hex | 44 | 95 | 6B | 36 | 0 | 1C | 2A | 95 | 25 | 2B |
| Octal | 104 | 225 | 153 | 66 | 0 | 34 | 52 | 225 | 45 | 53 |
| Binary | 1000100 | 10010101 | 1101011 | 110110 | 0 | 11100 | 101010 | 10010101 | 100101 | 101011 |
Color Harmonies of #44956B
Complementary color
Monochromatic Colors of #44956B
Black with #44956B
Text Example
Text Example
White with #44956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44956B; }
p { color: rgb(68,149,107); }
H1.HeaderClassName
{
color: #44956B;
}
.AnyTagClassName
{
color: #44956B;
}
</style>
background-color css
<style>
a { background-color: #44956B; }
a { background-color: rgb(68,149,107); }
div.DivClassName
{
background-color: #44956B;
}
.BgClassName
{
background-color: #44956B;
}
</style>
border-color css
<style>
span { border-color: #44956B; }
span { border-color: rgb(68,149,107); }
td.TdClassName
{
border-color: #44956B;
}
.TagClassName
{
border-color: #44956B;
}
</style>