Shades of Eucalyptus #389B68
Tints of Eucalyptus #389B68
RGB
CMYK
RGB Variations
Color information
#389B68 (or 0x389B68) is known color: Eucalyptus. HEX triplet: 38, 9B and 68. RGB value is (56,155,104). Sum of RGB (Red+Green+Blue) = 56+155+104=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #389B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B68 is #C76497. Grayscale: #777777. Windows color (decimal): -13067416 or 6855480. OLE color: 6855480.
HSL color Cylindrical-coordinate representation of color #389B68: hue angle of 149.09º 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 #389B68 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 104 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.39 |
| HSL | 149.09º | 0.47% | 0.41% | - |
| HSV(B) | 149.09º | 0.64% | 0.61% | - |
| XYZ | 15.85 | 25.28 | 17.14 | - |
| YUV | 119.59 | 119.2 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 104 | 0.64 | 0 | 0.33 | 0.39 | 149.09 | 0.47 | 0.41 |
| Hex | 38 | 9B | 68 | 40 | 0 | 21 | 27 | 95 | 2F | 29 |
| Octal | 70 | 233 | 150 | 100 | 0 | 41 | 47 | 225 | 57 | 51 |
| Binary | 111000 | 10011011 | 1101000 | 1000000 | 0 | 100001 | 100111 | 10010101 | 101111 | 101001 |
Color Harmonies of #389B68
Complementary color
Monochromatic Colors of #389B68
Black with #389B68
Text Example
Text Example
White with #389B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B68; }
p { color: rgb(56,155,104); }
H1.HeaderClassName
{
color: #389B68;
}
.AnyTagClassName
{
color: #389B68;
}
</style>
background-color css
<style>
a { background-color: #389B68; }
a { background-color: rgb(56,155,104); }
div.DivClassName
{
background-color: #389B68;
}
.BgClassName
{
background-color: #389B68;
}
</style>
border-color css
<style>
span { border-color: #389B68; }
span { border-color: rgb(56,155,104); }
td.TdClassName
{
border-color: #389B68;
}
.TagClassName
{
border-color: #389B68;
}
</style>