Shades of Eucalyptus #489268
Tints of Eucalyptus #489268
RGB
CMYK
RGB Variations
Color information
#489268 (or 0x489268) is known color: Eucalyptus. HEX triplet: 48, 92 and 68. RGB value is (72,146,104). Sum of RGB (Red+Green+Blue) = 72+146+104=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #489268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489268 is #B76D97. Grayscale: #777777. Windows color (decimal): -12021144 or 6853192. OLE color: 6853192.
HSL color Cylindrical-coordinate representation of color #489268: hue angle of 145.95º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489268 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 146 | 104 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.43 |
| HSL | 145.95º | 0.34% | 0.43% | - |
| HSV(B) | 145.95º | 0.51% | 0.57% | - |
| XYZ | 15.45 | 22.93 | 16.71 | - |
| YUV | 119.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 104 | 0.51 | 0 | 0.29 | 0.43 | 145.95 | 0.34 | 0.43 |
| Hex | 48 | 92 | 68 | 33 | 0 | 1D | 2B | 92 | 22 | 2B |
| Octal | 110 | 222 | 150 | 63 | 0 | 35 | 53 | 222 | 42 | 53 |
| Binary | 1001000 | 10010010 | 1101000 | 110011 | 0 | 11101 | 101011 | 10010010 | 100010 | 101011 |
Color Harmonies of #489268
Complementary color
Monochromatic Colors of #489268
Black with #489268
Text Example
Text Example
White with #489268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489268; }
p { color: rgb(72,146,104); }
H1.HeaderClassName
{
color: #489268;
}
.AnyTagClassName
{
color: #489268;
}
</style>
background-color css
<style>
a { background-color: #489268; }
a { background-color: rgb(72,146,104); }
div.DivClassName
{
background-color: #489268;
}
.BgClassName
{
background-color: #489268;
}
</style>
border-color css
<style>
span { border-color: #489268; }
span { border-color: rgb(72,146,104); }
td.TdClassName
{
border-color: #489268;
}
.TagClassName
{
border-color: #489268;
}
</style>