Shades of Eucalyptus #389866
Tints of Eucalyptus #389866
RGB
CMYK
RGB Variations
Color information
#389866 (or 0x389866) is known color: Eucalyptus. HEX triplet: 38, 98 and 66. RGB value is (56,152,102). Sum of RGB (Red+Green+Blue) = 56+152+102=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #389866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389866 is #C76799. Grayscale: #757575. Windows color (decimal): -13068186 or 6723640. OLE color: 6723640.
HSL color Cylindrical-coordinate representation of color #389866: hue angle of 148.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389866 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 102 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.40 |
| HSL | 148.75º | 0.46% | 0.41% | - |
| HSV(B) | 148.75º | 0.63% | 0.6% | - |
| XYZ | 15.26 | 24.26 | 16.45 | - |
| YUV | 117.6 | 119.2 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 102 | 0.63 | 0 | 0.33 | 0.40 | 148.75 | 0.46 | 0.41 |
| Hex | 38 | 98 | 66 | 3F | 0 | 21 | 28 | 95 | 2E | 29 |
| Octal | 70 | 230 | 146 | 77 | 0 | 41 | 50 | 225 | 56 | 51 |
| Binary | 111000 | 10011000 | 1100110 | 111111 | 0 | 100001 | 101000 | 10010101 | 101110 | 101001 |
Color Harmonies of #389866
Complementary color
Monochromatic Colors of #389866
Black with #389866
Text Example
Text Example
White with #389866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389866; }
p { color: rgb(56,152,102); }
H1.HeaderClassName
{
color: #389866;
}
.AnyTagClassName
{
color: #389866;
}
</style>
background-color css
<style>
a { background-color: #389866; }
a { background-color: rgb(56,152,102); }
div.DivClassName
{
background-color: #389866;
}
.BgClassName
{
background-color: #389866;
}
</style>
border-color css
<style>
span { border-color: #389866; }
span { border-color: rgb(56,152,102); }
td.TdClassName
{
border-color: #389866;
}
.TagClassName
{
border-color: #389866;
}
</style>