Shades of Eucalyptus #389F72
Tints of Eucalyptus #389F72
RGB
CMYK
RGB Variations
Color information
#389F72 (or 0x389F72) is known color: Eucalyptus. HEX triplet: 38, 9F and 72. RGB value is (56,159,114). Sum of RGB (Red+Green+Blue) = 56+159+114=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #389F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F72 is #C7608D. Grayscale: #7B7B7B. Windows color (decimal): -13066382 or 7511864. OLE color: 7511864.
HSL color Cylindrical-coordinate representation of color #389F72: hue angle of 153.79º 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 #389F72 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 114 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.38 |
| HSL | 153.79º | 0.48% | 0.42% | - |
| HSV(B) | 153.79º | 0.65% | 0.62% | - |
| XYZ | 17.07 | 26.85 | 20.2 | - |
| YUV | 123.07 | 122.88 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 114 | 0.65 | 0 | 0.28 | 0.38 | 153.79 | 0.48 | 0.42 |
| Hex | 38 | 9F | 72 | 41 | 0 | 1C | 26 | 9A | 30 | 2A |
| Octal | 70 | 237 | 162 | 101 | 0 | 34 | 46 | 232 | 60 | 52 |
| Binary | 111000 | 10011111 | 1110010 | 1000001 | 0 | 11100 | 100110 | 10011010 | 110000 | 101010 |
Color Harmonies of #389F72
Complementary color
Monochromatic Colors of #389F72
Black with #389F72
Text Example
Text Example
White with #389F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F72; }
p { color: rgb(56,159,114); }
H1.HeaderClassName
{
color: #389F72;
}
.AnyTagClassName
{
color: #389F72;
}
</style>
background-color css
<style>
a { background-color: #389F72; }
a { background-color: rgb(56,159,114); }
div.DivClassName
{
background-color: #389F72;
}
.BgClassName
{
background-color: #389F72;
}
</style>
border-color css
<style>
span { border-color: #389F72; }
span { border-color: rgb(56,159,114); }
td.TdClassName
{
border-color: #389F72;
}
.TagClassName
{
border-color: #389F72;
}
</style>