Shades of Eucalyptus #389768
Tints of Eucalyptus #389768
RGB
CMYK
RGB Variations
Color information
#389768 (or 0x389768) is known color: Eucalyptus. HEX triplet: 38, 97 and 68. RGB value is (56,151,104). Sum of RGB (Red+Green+Blue) = 56+151+104=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #389768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389768 is #C76897. Grayscale: #757575. Windows color (decimal): -13068440 or 6854456. OLE color: 6854456.
HSL color Cylindrical-coordinate representation of color #389768: hue angle of 150.32º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389768 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 151 | 104 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.41 |
| HSL | 150.32º | 0.46% | 0.41% | - |
| HSV(B) | 150.32º | 0.63% | 0.59% | - |
| XYZ | 15.2 | 23.97 | 16.92 | - |
| YUV | 117.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 151 | 104 | 0.63 | 0 | 0.31 | 0.41 | 150.32 | 0.46 | 0.41 |
| Hex | 38 | 97 | 68 | 3F | 0 | 1F | 29 | 96 | 2E | 29 |
| Octal | 70 | 227 | 150 | 77 | 0 | 37 | 51 | 226 | 56 | 51 |
| Binary | 111000 | 10010111 | 1101000 | 111111 | 0 | 11111 | 101001 | 10010110 | 101110 | 101001 |
Color Harmonies of #389768
Complementary color
Monochromatic Colors of #389768
Black with #389768
Text Example
Text Example
White with #389768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389768; }
p { color: rgb(56,151,104); }
H1.HeaderClassName
{
color: #389768;
}
.AnyTagClassName
{
color: #389768;
}
</style>
background-color css
<style>
a { background-color: #389768; }
a { background-color: rgb(56,151,104); }
div.DivClassName
{
background-color: #389768;
}
.BgClassName
{
background-color: #389768;
}
</style>
border-color css
<style>
span { border-color: #389768; }
span { border-color: rgb(56,151,104); }
td.TdClassName
{
border-color: #389768;
}
.TagClassName
{
border-color: #389768;
}
</style>