Shades of Eucalyptus #479065
Tints of Eucalyptus #479065
RGB
CMYK
RGB Variations
Color information
#479065 (or 0x479065) is known color: Eucalyptus. HEX triplet: 47, 90 and 65. RGB value is (71,144,101). Sum of RGB (Red+Green+Blue) = 71+144+101=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #479065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479065 is #B86F9A. Grayscale: #757575. Windows color (decimal): -12087195 or 6656071. OLE color: 6656071.
HSL color Cylindrical-coordinate representation of color #479065: hue angle of 144.66º 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 #479065 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 101 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.44 |
| HSL | 144.66º | 0.34% | 0.42% | - |
| HSV(B) | 144.66º | 0.51% | 0.56% | - |
| XYZ | 14.92 | 22.23 | 15.82 | - |
| YUV | 117.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 101 | 0.51 | 0 | 0.30 | 0.44 | 144.66 | 0.34 | 0.42 |
| Hex | 47 | 90 | 65 | 33 | 0 | 1E | 2C | 91 | 22 | 2A |
| Octal | 107 | 220 | 145 | 63 | 0 | 36 | 54 | 221 | 42 | 52 |
| Binary | 1000111 | 10010000 | 1100101 | 110011 | 0 | 11110 | 101100 | 10010001 | 100010 | 101010 |
Color Harmonies of #479065
Complementary color
Monochromatic Colors of #479065
Black with #479065
Text Example
Text Example
White with #479065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479065; }
p { color: rgb(71,144,101); }
H1.HeaderClassName
{
color: #479065;
}
.AnyTagClassName
{
color: #479065;
}
</style>
background-color css
<style>
a { background-color: #479065; }
a { background-color: rgb(71,144,101); }
div.DivClassName
{
background-color: #479065;
}
.BgClassName
{
background-color: #479065;
}
</style>
border-color css
<style>
span { border-color: #479065; }
span { border-color: rgb(71,144,101); }
td.TdClassName
{
border-color: #479065;
}
.TagClassName
{
border-color: #479065;
}
</style>