Shades of Eucalyptus #389167
Tints of Eucalyptus #389167
RGB
CMYK
RGB Variations
Color information
#389167 (or 0x389167) is known color: Eucalyptus. HEX triplet: 38, 91 and 67. RGB value is (56,145,103). Sum of RGB (Red+Green+Blue) = 56+145+103=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #389167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389167 is #C76E98. Grayscale: #717171. Windows color (decimal): -13069977 or 6787384. OLE color: 6787384.
HSL color Cylindrical-coordinate representation of color #389167: hue angle of 151.69º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389167 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 145 | 103 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.43 |
| HSL | 151.69º | 0.44% | 0.39% | - |
| HSV(B) | 151.69º | 0.61% | 0.57% | - |
| XYZ | 14.2 | 22.07 | 16.34 | - |
| YUV | 113.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 103 | 0.61 | 0 | 0.29 | 0.43 | 151.69 | 0.44 | 0.39 |
| Hex | 38 | 91 | 67 | 3D | 0 | 1D | 2B | 98 | 2C | 27 |
| Octal | 70 | 221 | 147 | 75 | 0 | 35 | 53 | 230 | 54 | 47 |
| Binary | 111000 | 10010001 | 1100111 | 111101 | 0 | 11101 | 101011 | 10011000 | 101100 | 100111 |
Color Harmonies of #389167
Complementary color
Monochromatic Colors of #389167
Black with #389167
Text Example
Text Example
White with #389167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389167; }
p { color: rgb(56,145,103); }
H1.HeaderClassName
{
color: #389167;
}
.AnyTagClassName
{
color: #389167;
}
</style>
background-color css
<style>
a { background-color: #389167; }
a { background-color: rgb(56,145,103); }
div.DivClassName
{
background-color: #389167;
}
.BgClassName
{
background-color: #389167;
}
</style>
border-color css
<style>
span { border-color: #389167; }
span { border-color: rgb(56,145,103); }
td.TdClassName
{
border-color: #389167;
}
.TagClassName
{
border-color: #389167;
}
</style>