Shades of Eucalyptus #389968
Tints of Eucalyptus #389968
RGB
CMYK
RGB Variations
Color information
#389968 (or 0x389968) is known color: Eucalyptus. HEX triplet: 38, 99 and 68. RGB value is (56,153,104). Sum of RGB (Red+Green+Blue) = 56+153+104=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #389968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389968 is #C76697. Grayscale: #767676. Windows color (decimal): -13067928 or 6854968. OLE color: 6854968.
HSL color Cylindrical-coordinate representation of color #389968: hue angle of 149.69º 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 #389968 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 104 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.4 |
| HSL | 149.69º | 0.46% | 0.41% | - |
| HSV(B) | 149.69º | 0.63% | 0.6% | - |
| XYZ | 15.52 | 24.62 | 17.03 | - |
| YUV | 118.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 104 | 0.63 | 0 | 0.32 | 0.4 | 149.69 | 0.46 | 0.41 |
| Hex | 38 | 99 | 68 | 3F | 0 | 20 | 28 | 96 | 2E | 29 |
| Octal | 70 | 231 | 150 | 77 | 0 | 40 | 50 | 226 | 56 | 51 |
| Binary | 111000 | 10011001 | 1101000 | 111111 | 0 | 100000 | 101000 | 10010110 | 101110 | 101001 |
Color Harmonies of #389968
Complementary color
Monochromatic Colors of #389968
Black with #389968
Text Example
Text Example
White with #389968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389968; }
p { color: rgb(56,153,104); }
H1.HeaderClassName
{
color: #389968;
}
.AnyTagClassName
{
color: #389968;
}
</style>
background-color css
<style>
a { background-color: #389968; }
a { background-color: rgb(56,153,104); }
div.DivClassName
{
background-color: #389968;
}
.BgClassName
{
background-color: #389968;
}
</style>
border-color css
<style>
span { border-color: #389968; }
span { border-color: rgb(56,153,104); }
td.TdClassName
{
border-color: #389968;
}
.TagClassName
{
border-color: #389968;
}
</style>