Shades of Eucalyptus #389258
Tints of Eucalyptus #389258
RGB
CMYK
RGB Variations
Color information
#389258 (or 0x389258) is known color: Eucalyptus. HEX triplet: 38, 92 and 58. RGB value is (56,146,88). Sum of RGB (Red+Green+Blue) = 56+146+88=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #389258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389258 is #C76DA7. Grayscale: #707070. Windows color (decimal): -13069736 or 5804600. OLE color: 5804600.
HSL color Cylindrical-coordinate representation of color #389258: hue angle of 141.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389258 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 146 | 88 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.43 |
| HSL | 141.33º | 0.45% | 0.4% | - |
| HSV(B) | 141.33º | 0.62% | 0.57% | - |
| XYZ | 13.67 | 22.1 | 12.78 | - |
| YUV | 112.48 | 114.18 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 88 | 0.62 | 0 | 0.40 | 0.43 | 141.33 | 0.45 | 0.4 |
| Hex | 38 | 92 | 58 | 3E | 0 | 28 | 2B | 8D | 2D | 28 |
| Octal | 70 | 222 | 130 | 76 | 0 | 50 | 53 | 215 | 55 | 50 |
| Binary | 111000 | 10010010 | 1011000 | 111110 | 0 | 101000 | 101011 | 10001101 | 101101 | 101000 |
Color Harmonies of #389258
Complementary color
Monochromatic Colors of #389258
Black with #389258
Text Example
Text Example
White with #389258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389258; }
p { color: rgb(56,146,88); }
H1.HeaderClassName
{
color: #389258;
}
.AnyTagClassName
{
color: #389258;
}
</style>
background-color css
<style>
a { background-color: #389258; }
a { background-color: rgb(56,146,88); }
div.DivClassName
{
background-color: #389258;
}
.BgClassName
{
background-color: #389258;
}
</style>
border-color css
<style>
span { border-color: #389258; }
span { border-color: rgb(56,146,88); }
td.TdClassName
{
border-color: #389258;
}
.TagClassName
{
border-color: #389258;
}
</style>