Shades of Eucalyptus #389064
Tints of Eucalyptus #389064
RGB
CMYK
RGB Variations
Color information
#389064 (or 0x389064) is known color: Eucalyptus. HEX triplet: 38, 90 and 64. RGB value is (56,144,100). Sum of RGB (Red+Green+Blue) = 56+144+100=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #389064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389064 is #C76F9B. Grayscale: #707070. Windows color (decimal): -13070236 or 6590520. OLE color: 6590520.
HSL color Cylindrical-coordinate representation of color #389064: hue angle of 150º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389064 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 144 | 100 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.44 |
| HSL | 150º | 0.44% | 0.39% | - |
| HSV(B) | 150º | 0.61% | 0.56% | - |
| XYZ | 13.9 | 21.71 | 15.51 | - |
| YUV | 112.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 144 | 100 | 0.61 | 0 | 0.31 | 0.44 | 150 | 0.44 | 0.39 |
| Hex | 38 | 90 | 64 | 3D | 0 | 1F | 2C | 96 | 2C | 27 |
| Octal | 70 | 220 | 144 | 75 | 0 | 37 | 54 | 226 | 54 | 47 |
| Binary | 111000 | 10010000 | 1100100 | 111101 | 0 | 11111 | 101100 | 10010110 | 101100 | 100111 |
Color Harmonies of #389064
Complementary color
Monochromatic Colors of #389064
Black with #389064
Text Example
Text Example
White with #389064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389064; }
p { color: rgb(56,144,100); }
H1.HeaderClassName
{
color: #389064;
}
.AnyTagClassName
{
color: #389064;
}
</style>
background-color css
<style>
a { background-color: #389064; }
a { background-color: rgb(56,144,100); }
div.DivClassName
{
background-color: #389064;
}
.BgClassName
{
background-color: #389064;
}
</style>
border-color css
<style>
span { border-color: #389064; }
span { border-color: rgb(56,144,100); }
td.TdClassName
{
border-color: #389064;
}
.TagClassName
{
border-color: #389064;
}
</style>