Shades of Eucalyptus #389B72
Tints of Eucalyptus #389B72
RGB
CMYK
RGB Variations
Color information
#389B72 (or 0x389B72) is known color: Eucalyptus. HEX triplet: 38, 9B and 72. RGB value is (56,155,114). Sum of RGB (Red+Green+Blue) = 56+155+114=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #389B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B72 is #C7648D. Grayscale: #787878. Windows color (decimal): -13067406 or 7510840. OLE color: 7510840.
HSL color Cylindrical-coordinate representation of color #389B72: hue angle of 155.15º 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 #389B72 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 114 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.39 |
| HSL | 155.15º | 0.47% | 0.41% | - |
| HSV(B) | 155.15º | 0.64% | 0.61% | - |
| XYZ | 16.39 | 25.5 | 19.98 | - |
| YUV | 120.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 114 | 0.64 | 0 | 0.26 | 0.39 | 155.15 | 0.47 | 0.41 |
| Hex | 38 | 9B | 72 | 40 | 0 | 1A | 27 | 9B | 2F | 29 |
| Octal | 70 | 233 | 162 | 100 | 0 | 32 | 47 | 233 | 57 | 51 |
| Binary | 111000 | 10011011 | 1110010 | 1000000 | 0 | 11010 | 100111 | 10011011 | 101111 | 101001 |
Color Harmonies of #389B72
Complementary color
Monochromatic Colors of #389B72
Black with #389B72
Text Example
Text Example
White with #389B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B72; }
p { color: rgb(56,155,114); }
H1.HeaderClassName
{
color: #389B72;
}
.AnyTagClassName
{
color: #389B72;
}
</style>
background-color css
<style>
a { background-color: #389B72; }
a { background-color: rgb(56,155,114); }
div.DivClassName
{
background-color: #389B72;
}
.BgClassName
{
background-color: #389B72;
}
</style>
border-color css
<style>
span { border-color: #389B72; }
span { border-color: rgb(56,155,114); }
td.TdClassName
{
border-color: #389B72;
}
.TagClassName
{
border-color: #389B72;
}
</style>