Shades of Eucalyptus #389963
Tints of Eucalyptus #389963
RGB
CMYK
RGB Variations
Color information
#389963 (or 0x389963) is known color: Eucalyptus. HEX triplet: 38, 99 and 63. RGB value is (56,153,99). Sum of RGB (Red+Green+Blue) = 56+153+99=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #389963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389963 is #C7669C. Grayscale: #757575. Windows color (decimal): -13067933 or 6527288. OLE color: 6527288.
HSL color Cylindrical-coordinate representation of color #389963: hue angle of 146.6º 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 #389963 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 99 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.4 |
| HSL | 146.6º | 0.46% | 0.41% | - |
| HSV(B) | 146.6º | 0.63% | 0.6% | - |
| XYZ | 15.27 | 24.52 | 15.73 | - |
| YUV | 117.84 | 117.36 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 99 | 0.63 | 0 | 0.35 | 0.4 | 146.6 | 0.46 | 0.41 |
| Hex | 38 | 99 | 63 | 3F | 0 | 23 | 28 | 93 | 2E | 29 |
| Octal | 70 | 231 | 143 | 77 | 0 | 43 | 50 | 223 | 56 | 51 |
| Binary | 111000 | 10011001 | 1100011 | 111111 | 0 | 100011 | 101000 | 10010011 | 101110 | 101001 |
Color Harmonies of #389963
Complementary color
Monochromatic Colors of #389963
Black with #389963
Text Example
Text Example
White with #389963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389963; }
p { color: rgb(56,153,99); }
H1.HeaderClassName
{
color: #389963;
}
.AnyTagClassName
{
color: #389963;
}
</style>
background-color css
<style>
a { background-color: #389963; }
a { background-color: rgb(56,153,99); }
div.DivClassName
{
background-color: #389963;
}
.BgClassName
{
background-color: #389963;
}
</style>
border-color css
<style>
span { border-color: #389963; }
span { border-color: rgb(56,153,99); }
td.TdClassName
{
border-color: #389963;
}
.TagClassName
{
border-color: #389963;
}
</style>