Shades of Eucalyptus #389366
Tints of Eucalyptus #389366
RGB
CMYK
RGB Variations
Color information
#389366 (or 0x389366) is known color: Eucalyptus. HEX triplet: 38, 93 and 66. RGB value is (56,147,102). Sum of RGB (Red+Green+Blue) = 56+147+102=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #389366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389366 is #C76C99. Grayscale: #727272. Windows color (decimal): -13069466 or 6722360. OLE color: 6722360.
HSL color Cylindrical-coordinate representation of color #389366: hue angle of 150.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389366 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 147 | 102 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.42 |
| HSL | 150.33º | 0.45% | 0.4% | - |
| HSV(B) | 150.33º | 0.62% | 0.58% | - |
| XYZ | 14.46 | 22.67 | 16.18 | - |
| YUV | 114.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 147 | 102 | 0.62 | 0 | 0.31 | 0.42 | 150.33 | 0.45 | 0.4 |
| Hex | 38 | 93 | 66 | 3E | 0 | 1F | 2A | 96 | 2D | 28 |
| Octal | 70 | 223 | 146 | 76 | 0 | 37 | 52 | 226 | 55 | 50 |
| Binary | 111000 | 10010011 | 1100110 | 111110 | 0 | 11111 | 101010 | 10010110 | 101101 | 101000 |
Color Harmonies of #389366
Complementary color
Monochromatic Colors of #389366
Black with #389366
Text Example
Text Example
White with #389366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389366; }
p { color: rgb(56,147,102); }
H1.HeaderClassName
{
color: #389366;
}
.AnyTagClassName
{
color: #389366;
}
</style>
background-color css
<style>
a { background-color: #389366; }
a { background-color: rgb(56,147,102); }
div.DivClassName
{
background-color: #389366;
}
.BgClassName
{
background-color: #389366;
}
</style>
border-color css
<style>
span { border-color: #389366; }
span { border-color: rgb(56,147,102); }
td.TdClassName
{
border-color: #389366;
}
.TagClassName
{
border-color: #389366;
}
</style>