Shades of Eucalyptus #439060
Tints of Eucalyptus #439060
RGB
CMYK
RGB Variations
Color information
#439060 (or 0x439060) is known color: Eucalyptus. HEX triplet: 43, 90 and 60. RGB value is (67,144,96). Sum of RGB (Red+Green+Blue) = 67+144+96=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #439060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439060 is #BC6F9F. Grayscale: #737373. Windows color (decimal): -12349344 or 6328387. OLE color: 6328387.
HSL color Cylindrical-coordinate representation of color #439060: hue angle of 142.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #439060 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 144 | 96 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.44 |
| HSL | 142.6º | 0.36% | 0.41% | - |
| HSV(B) | 142.6º | 0.53% | 0.56% | - |
| XYZ | 14.4 | 21.98 | 14.55 | - |
| YUV | 115.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 96 | 0.53 | 0 | 0.33 | 0.44 | 142.6 | 0.36 | 0.41 |
| Hex | 43 | 90 | 60 | 35 | 0 | 21 | 2C | 8F | 24 | 29 |
| Octal | 103 | 220 | 140 | 65 | 0 | 41 | 54 | 217 | 44 | 51 |
| Binary | 1000011 | 10010000 | 1100000 | 110101 | 0 | 100001 | 101100 | 10001111 | 100100 | 101001 |
Color Harmonies of #439060
Complementary color
Monochromatic Colors of #439060
Black with #439060
Text Example
Text Example
White with #439060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439060; }
p { color: rgb(67,144,96); }
H1.HeaderClassName
{
color: #439060;
}
.AnyTagClassName
{
color: #439060;
}
</style>
background-color css
<style>
a { background-color: #439060; }
a { background-color: rgb(67,144,96); }
div.DivClassName
{
background-color: #439060;
}
.BgClassName
{
background-color: #439060;
}
</style>
border-color css
<style>
span { border-color: #439060; }
span { border-color: rgb(67,144,96); }
td.TdClassName
{
border-color: #439060;
}
.TagClassName
{
border-color: #439060;
}
</style>