Shades of Eucalyptus #479066
Tints of Eucalyptus #479066
RGB
CMYK
RGB Variations
Color information
#479066 (or 0x479066) is known color: Eucalyptus. HEX triplet: 47, 90 and 66. RGB value is (71,144,102). Sum of RGB (Red+Green+Blue) = 71+144+102=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #479066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479066 is #B86F99. Grayscale: #757575. Windows color (decimal): -12087194 or 6721607. OLE color: 6721607.
HSL color Cylindrical-coordinate representation of color #479066: hue angle of 145.48º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479066 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 102 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.44 |
| HSL | 145.48º | 0.34% | 0.42% | - |
| HSV(B) | 145.48º | 0.51% | 0.56% | - |
| XYZ | 14.97 | 22.25 | 16.08 | - |
| YUV | 117.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 102 | 0.51 | 0 | 0.29 | 0.44 | 145.48 | 0.34 | 0.42 |
| Hex | 47 | 90 | 66 | 33 | 0 | 1D | 2C | 91 | 22 | 2A |
| Octal | 107 | 220 | 146 | 63 | 0 | 35 | 54 | 221 | 42 | 52 |
| Binary | 1000111 | 10010000 | 1100110 | 110011 | 0 | 11101 | 101100 | 10010001 | 100010 | 101010 |
Color Harmonies of #479066
Complementary color
Monochromatic Colors of #479066
Black with #479066
Text Example
Text Example
White with #479066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479066; }
p { color: rgb(71,144,102); }
H1.HeaderClassName
{
color: #479066;
}
.AnyTagClassName
{
color: #479066;
}
</style>
background-color css
<style>
a { background-color: #479066; }
a { background-color: rgb(71,144,102); }
div.DivClassName
{
background-color: #479066;
}
.BgClassName
{
background-color: #479066;
}
</style>
border-color css
<style>
span { border-color: #479066; }
span { border-color: rgb(71,144,102); }
td.TdClassName
{
border-color: #479066;
}
.TagClassName
{
border-color: #479066;
}
</style>