Shades of Eucalyptus #489166
Tints of Eucalyptus #489166
RGB
CMYK
RGB Variations
Color information
#489166 (or 0x489166) is known color: Eucalyptus. HEX triplet: 48, 91 and 66. RGB value is (72,145,102). Sum of RGB (Red+Green+Blue) = 72+145+102=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #489166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489166 is #B76E99. Grayscale: #767676. Windows color (decimal): -12021402 or 6721864. OLE color: 6721864.
HSL color Cylindrical-coordinate representation of color #489166: hue angle of 144.66º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489166 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 145 | 102 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.43 |
| HSL | 144.66º | 0.34% | 0.43% | - |
| HSV(B) | 144.66º | 0.5% | 0.57% | - |
| XYZ | 15.2 | 22.59 | 16.13 | - |
| YUV | 118.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 102 | 0.50 | 0 | 0.30 | 0.43 | 144.66 | 0.34 | 0.43 |
| Hex | 48 | 91 | 66 | 32 | 0 | 1E | 2B | 91 | 22 | 2B |
| Octal | 110 | 221 | 146 | 62 | 0 | 36 | 53 | 221 | 42 | 53 |
| Binary | 1001000 | 10010001 | 1100110 | 110010 | 0 | 11110 | 101011 | 10010001 | 100010 | 101011 |
Color Harmonies of #489166
Complementary color
Monochromatic Colors of #489166
Black with #489166
Text Example
Text Example
White with #489166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489166; }
p { color: rgb(72,145,102); }
H1.HeaderClassName
{
color: #489166;
}
.AnyTagClassName
{
color: #489166;
}
</style>
background-color css
<style>
a { background-color: #489166; }
a { background-color: rgb(72,145,102); }
div.DivClassName
{
background-color: #489166;
}
.BgClassName
{
background-color: #489166;
}
</style>
border-color css
<style>
span { border-color: #489166; }
span { border-color: rgb(72,145,102); }
td.TdClassName
{
border-color: #489166;
}
.TagClassName
{
border-color: #489166;
}
</style>