Shades of Eucalyptus #378D65
Tints of Eucalyptus #378D65
RGB
CMYK
RGB Variations
Color information
#378D65 (or 0x378D65) is known color: Eucalyptus. HEX triplet: 37, 8D and 65. RGB value is (55,141,101). Sum of RGB (Red+Green+Blue) = 55+141+101=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #378D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D65 is #C8729A. Grayscale: #6E6E6E. Windows color (decimal): -13136539 or 6655287. OLE color: 6655287.
HSL color Cylindrical-coordinate representation of color #378D65: hue angle of 152.09º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D65 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 101 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.45 |
| HSL | 152.09º | 0.44% | 0.38% | - |
| HSV(B) | 152.09º | 0.61% | 0.55% | - |
| XYZ | 13.45 | 20.8 | 15.62 | - |
| YUV | 110.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 101 | 0.61 | 0 | 0.28 | 0.45 | 152.09 | 0.44 | 0.38 |
| Hex | 37 | 8D | 65 | 3D | 0 | 1C | 2D | 98 | 2C | 26 |
| Octal | 67 | 215 | 145 | 75 | 0 | 34 | 55 | 230 | 54 | 46 |
| Binary | 110111 | 10001101 | 1100101 | 111101 | 0 | 11100 | 101101 | 10011000 | 101100 | 100110 |
Color Harmonies of #378D65
Complementary color
Monochromatic Colors of #378D65
Black with #378D65
Text Example
Text Example
White with #378D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D65; }
p { color: rgb(55,141,101); }
H1.HeaderClassName
{
color: #378D65;
}
.AnyTagClassName
{
color: #378D65;
}
</style>
background-color css
<style>
a { background-color: #378D65; }
a { background-color: rgb(55,141,101); }
div.DivClassName
{
background-color: #378D65;
}
.BgClassName
{
background-color: #378D65;
}
</style>
border-color css
<style>
span { border-color: #378D65; }
span { border-color: rgb(55,141,101); }
td.TdClassName
{
border-color: #378D65;
}
.TagClassName
{
border-color: #378D65;
}
</style>