Shades of Eucalyptus #389062
Tints of Eucalyptus #389062
RGB
CMYK
RGB Variations
Color information
#389062 (or 0x389062) is known color: Eucalyptus. HEX triplet: 38, 90 and 62. RGB value is (56,144,98). Sum of RGB (Red+Green+Blue) = 56+144+98=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #389062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389062 is #C76F9D. Grayscale: #707070. Windows color (decimal): -13070238 or 6459448. OLE color: 6459448.
HSL color Cylindrical-coordinate representation of color #389062: hue angle of 148.64º 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 #389062 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 144 | 98 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.44 |
| HSL | 148.64º | 0.44% | 0.39% | - |
| HSV(B) | 148.64º | 0.61% | 0.56% | - |
| XYZ | 13.81 | 21.67 | 15.01 | - |
| YUV | 112.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 144 | 98 | 0.61 | 0 | 0.32 | 0.44 | 148.64 | 0.44 | 0.39 |
| Hex | 38 | 90 | 62 | 3D | 0 | 20 | 2C | 95 | 2C | 27 |
| Octal | 70 | 220 | 142 | 75 | 0 | 40 | 54 | 225 | 54 | 47 |
| Binary | 111000 | 10010000 | 1100010 | 111101 | 0 | 100000 | 101100 | 10010101 | 101100 | 100111 |
Color Harmonies of #389062
Complementary color
Monochromatic Colors of #389062
Black with #389062
Text Example
Text Example
White with #389062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389062; }
p { color: rgb(56,144,98); }
H1.HeaderClassName
{
color: #389062;
}
.AnyTagClassName
{
color: #389062;
}
</style>
background-color css
<style>
a { background-color: #389062; }
a { background-color: rgb(56,144,98); }
div.DivClassName
{
background-color: #389062;
}
.BgClassName
{
background-color: #389062;
}
</style>
border-color css
<style>
span { border-color: #389062; }
span { border-color: rgb(56,144,98); }
td.TdClassName
{
border-color: #389062;
}
.TagClassName
{
border-color: #389062;
}
</style>