Shades of Eucalyptus #439068
Tints of Eucalyptus #439068
RGB
CMYK
RGB Variations
Color information
#439068 (or 0x439068) is known color: Eucalyptus. HEX triplet: 43, 90 and 68. RGB value is (67,144,104). Sum of RGB (Red+Green+Blue) = 67+144+104=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #439068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439068 is #BC6F97. Grayscale: #747474. Windows color (decimal): -12349336 or 6852675. OLE color: 6852675.
HSL color Cylindrical-coordinate representation of color #439068: hue angle of 148.83º 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 #439068 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 144 | 104 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.44 |
| HSL | 148.83º | 0.36% | 0.41% | - |
| HSV(B) | 148.83º | 0.53% | 0.56% | - |
| XYZ | 14.79 | 22.14 | 16.59 | - |
| YUV | 116.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 104 | 0.53 | 0 | 0.28 | 0.44 | 148.83 | 0.36 | 0.41 |
| Hex | 43 | 90 | 68 | 35 | 0 | 1C | 2C | 95 | 24 | 29 |
| Octal | 103 | 220 | 150 | 65 | 0 | 34 | 54 | 225 | 44 | 51 |
| Binary | 1000011 | 10010000 | 1101000 | 110101 | 0 | 11100 | 101100 | 10010101 | 100100 | 101001 |
Color Harmonies of #439068
Complementary color
Monochromatic Colors of #439068
Black with #439068
Text Example
Text Example
White with #439068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439068; }
p { color: rgb(67,144,104); }
H1.HeaderClassName
{
color: #439068;
}
.AnyTagClassName
{
color: #439068;
}
</style>
background-color css
<style>
a { background-color: #439068; }
a { background-color: rgb(67,144,104); }
div.DivClassName
{
background-color: #439068;
}
.BgClassName
{
background-color: #439068;
}
</style>
border-color css
<style>
span { border-color: #439068; }
span { border-color: rgb(67,144,104); }
td.TdClassName
{
border-color: #439068;
}
.TagClassName
{
border-color: #439068;
}
</style>