Shades of Eucalyptus #389B63
Tints of Eucalyptus #389B63
RGB
CMYK
RGB Variations
Color information
#389B63 (or 0x389B63) is known color: Eucalyptus. HEX triplet: 38, 9B and 63. RGB value is (56,155,99). Sum of RGB (Red+Green+Blue) = 56+155+99=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #389B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B63 is #C7649C. Grayscale: #777777. Windows color (decimal): -13067421 or 6527800. OLE color: 6527800.
HSL color Cylindrical-coordinate representation of color #389B63: hue angle of 146.06º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B63 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 99 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.39 |
| HSL | 146.06º | 0.47% | 0.41% | - |
| HSV(B) | 146.06º | 0.64% | 0.61% | - |
| XYZ | 15.6 | 25.18 | 15.84 | - |
| YUV | 119.02 | 116.7 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 99 | 0.64 | 0 | 0.36 | 0.39 | 146.06 | 0.47 | 0.41 |
| Hex | 38 | 9B | 63 | 40 | 0 | 24 | 27 | 92 | 2F | 29 |
| Octal | 70 | 233 | 143 | 100 | 0 | 44 | 47 | 222 | 57 | 51 |
| Binary | 111000 | 10011011 | 1100011 | 1000000 | 0 | 100100 | 100111 | 10010010 | 101111 | 101001 |
Color Harmonies of #389B63
Complementary color
Monochromatic Colors of #389B63
Black with #389B63
Text Example
Text Example
White with #389B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B63; }
p { color: rgb(56,155,99); }
H1.HeaderClassName
{
color: #389B63;
}
.AnyTagClassName
{
color: #389B63;
}
</style>
background-color css
<style>
a { background-color: #389B63; }
a { background-color: rgb(56,155,99); }
div.DivClassName
{
background-color: #389B63;
}
.BgClassName
{
background-color: #389B63;
}
</style>
border-color css
<style>
span { border-color: #389B63; }
span { border-color: rgb(56,155,99); }
td.TdClassName
{
border-color: #389B63;
}
.TagClassName
{
border-color: #389B63;
}
</style>