Shades of Eucalyptus #389661
Tints of Eucalyptus #389661
RGB
CMYK
RGB Variations
Color information
#389661 (or 0x389661) is known color: Eucalyptus. HEX triplet: 38, 96 and 61. RGB value is (56,150,97). Sum of RGB (Red+Green+Blue) = 56+150+97=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #389661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389661 is #C7699E. Grayscale: #737373. Windows color (decimal): -13068703 or 6395448. OLE color: 6395448.
HSL color Cylindrical-coordinate representation of color #389661: hue angle of 146.17º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389661 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 150 | 97 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.41 |
| HSL | 146.17º | 0.46% | 0.4% | - |
| HSV(B) | 146.17º | 0.63% | 0.59% | - |
| XYZ | 14.69 | 23.52 | 15.07 | - |
| YUV | 115.85 | 117.36 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 97 | 0.63 | 0 | 0.35 | 0.41 | 146.17 | 0.46 | 0.4 |
| Hex | 38 | 96 | 61 | 3F | 0 | 23 | 29 | 92 | 2E | 28 |
| Octal | 70 | 226 | 141 | 77 | 0 | 43 | 51 | 222 | 56 | 50 |
| Binary | 111000 | 10010110 | 1100001 | 111111 | 0 | 100011 | 101001 | 10010010 | 101110 | 101000 |
Color Harmonies of #389661
Complementary color
Monochromatic Colors of #389661
Black with #389661
Text Example
Text Example
White with #389661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389661; }
p { color: rgb(56,150,97); }
H1.HeaderClassName
{
color: #389661;
}
.AnyTagClassName
{
color: #389661;
}
</style>
background-color css
<style>
a { background-color: #389661; }
a { background-color: rgb(56,150,97); }
div.DivClassName
{
background-color: #389661;
}
.BgClassName
{
background-color: #389661;
}
</style>
border-color css
<style>
span { border-color: #389661; }
span { border-color: rgb(56,150,97); }
td.TdClassName
{
border-color: #389661;
}
.TagClassName
{
border-color: #389661;
}
</style>