Shades of Eucalyptus #389965
Tints of Eucalyptus #389965
RGB
CMYK
RGB Variations
Color information
#389965 (or 0x389965) is known color: Eucalyptus. HEX triplet: 38, 99 and 65. RGB value is (56,153,101). Sum of RGB (Red+Green+Blue) = 56+153+101=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #389965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389965 is #C7669A. Grayscale: #767676. Windows color (decimal): -13067931 or 6658360. OLE color: 6658360.
HSL color Cylindrical-coordinate representation of color #389965: hue angle of 147.84º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389965 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 101 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.4 |
| HSL | 147.84º | 0.46% | 0.41% | - |
| HSV(B) | 147.84º | 0.63% | 0.6% | - |
| XYZ | 15.37 | 24.56 | 16.24 | - |
| YUV | 118.07 | 118.36 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 101 | 0.63 | 0 | 0.34 | 0.4 | 147.84 | 0.46 | 0.41 |
| Hex | 38 | 99 | 65 | 3F | 0 | 22 | 28 | 94 | 2E | 29 |
| Octal | 70 | 231 | 145 | 77 | 0 | 42 | 50 | 224 | 56 | 51 |
| Binary | 111000 | 10011001 | 1100101 | 111111 | 0 | 100010 | 101000 | 10010100 | 101110 | 101001 |
Color Harmonies of #389965
Complementary color
Monochromatic Colors of #389965
Black with #389965
Text Example
Text Example
White with #389965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389965; }
p { color: rgb(56,153,101); }
H1.HeaderClassName
{
color: #389965;
}
.AnyTagClassName
{
color: #389965;
}
</style>
background-color css
<style>
a { background-color: #389965; }
a { background-color: rgb(56,153,101); }
div.DivClassName
{
background-color: #389965;
}
.BgClassName
{
background-color: #389965;
}
</style>
border-color css
<style>
span { border-color: #389965; }
span { border-color: rgb(56,153,101); }
td.TdClassName
{
border-color: #389965;
}
.TagClassName
{
border-color: #389965;
}
</style>