Shades of Eucalyptus #389F67
Tints of Eucalyptus #389F67
RGB
CMYK
RGB Variations
Color information
#389F67 (or 0x389F67) is known color: Eucalyptus. HEX triplet: 38, 9F and 67. RGB value is (56,159,103). Sum of RGB (Red+Green+Blue) = 56+159+103=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #389F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F67 is #C76098. Grayscale: #797979. Windows color (decimal): -13066393 or 6790968. OLE color: 6790968.
HSL color Cylindrical-coordinate representation of color #389F67: hue angle of 147.38º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F67 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 103 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.38 |
| HSL | 147.38º | 0.48% | 0.42% | - |
| HSV(B) | 147.38º | 0.65% | 0.62% | - |
| XYZ | 16.48 | 26.62 | 17.1 | - |
| YUV | 121.82 | 117.38 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 103 | 0.65 | 0 | 0.35 | 0.38 | 147.38 | 0.48 | 0.42 |
| Hex | 38 | 9F | 67 | 41 | 0 | 23 | 26 | 93 | 30 | 2A |
| Octal | 70 | 237 | 147 | 101 | 0 | 43 | 46 | 223 | 60 | 52 |
| Binary | 111000 | 10011111 | 1100111 | 1000001 | 0 | 100011 | 100110 | 10010011 | 110000 | 101010 |
Color Harmonies of #389F67
Complementary color
Monochromatic Colors of #389F67
Black with #389F67
Text Example
Text Example
White with #389F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F67; }
p { color: rgb(56,159,103); }
H1.HeaderClassName
{
color: #389F67;
}
.AnyTagClassName
{
color: #389F67;
}
</style>
background-color css
<style>
a { background-color: #389F67; }
a { background-color: rgb(56,159,103); }
div.DivClassName
{
background-color: #389F67;
}
.BgClassName
{
background-color: #389F67;
}
</style>
border-color css
<style>
span { border-color: #389F67; }
span { border-color: rgb(56,159,103); }
td.TdClassName
{
border-color: #389F67;
}
.TagClassName
{
border-color: #389F67;
}
</style>