Shades of Eucalyptus #499268
Tints of Eucalyptus #499268
RGB
CMYK
RGB Variations
Color information
#499268 (or 0x499268) is known color: Eucalyptus. HEX triplet: 49, 92 and 68. RGB value is (73,146,104). Sum of RGB (Red+Green+Blue) = 73+146+104=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #499268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499268 is #B66D97. Grayscale: #777777. Windows color (decimal): -11955608 or 6853193. OLE color: 6853193.
HSL color Cylindrical-coordinate representation of color #499268: hue angle of 145.48º degrees, saturation: 0.33, 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 #499268 is Cyan = 0.5, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 104 | - |
| CMYK | 0.5 | 0 | 0.29 | 0.43 |
| HSL | 145.48º | 0.33% | 0.43% | - |
| HSV(B) | 145.48º | 0.5% | 0.57% | - |
| XYZ | 15.53 | 22.97 | 16.71 | - |
| YUV | 119.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 104 | 0.5 | 0 | 0.29 | 0.43 | 145.48 | 0.33 | 0.43 |
| Hex | 49 | 92 | 68 | 32 | 0 | 1D | 2B | 91 | 21 | 2B |
| Octal | 111 | 222 | 150 | 62 | 0 | 35 | 53 | 221 | 41 | 53 |
| Binary | 1001001 | 10010010 | 1101000 | 110010 | 0 | 11101 | 101011 | 10010001 | 100001 | 101011 |
Color Harmonies of #499268
Complementary color
Monochromatic Colors of #499268
Black with #499268
Text Example
Text Example
White with #499268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499268; }
p { color: rgb(73,146,104); }
H1.HeaderClassName
{
color: #499268;
}
.AnyTagClassName
{
color: #499268;
}
</style>
background-color css
<style>
a { background-color: #499268; }
a { background-color: rgb(73,146,104); }
div.DivClassName
{
background-color: #499268;
}
.BgClassName
{
background-color: #499268;
}
</style>
border-color css
<style>
span { border-color: #499268; }
span { border-color: rgb(73,146,104); }
td.TdClassName
{
border-color: #499268;
}
.TagClassName
{
border-color: #499268;
}
</style>