Shades of Eucalyptus #378B65
Tints of Eucalyptus #378B65
RGB
CMYK
RGB Variations
Color information
#378B65 (or 0x378B65) is known color: Eucalyptus. HEX triplet: 37, 8B and 65. RGB value is (55,139,101). Sum of RGB (Red+Green+Blue) = 55+139+101=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #378B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378B65 is #C8749A. Grayscale: #6D6D6D. Windows color (decimal): -13137051 or 6654775. OLE color: 6654775.
HSL color Cylindrical-coordinate representation of color #378B65: hue angle of 152.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B65 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 139 | 101 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.45 |
| HSL | 152.86º | 0.43% | 0.38% | - |
| HSV(B) | 152.86º | 0.6% | 0.55% | - |
| XYZ | 13.16 | 20.22 | 15.52 | - |
| YUV | 109.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 101 | 0.60 | 0 | 0.27 | 0.45 | 152.86 | 0.43 | 0.38 |
| Hex | 37 | 8B | 65 | 3C | 0 | 1B | 2D | 99 | 2B | 26 |
| Octal | 67 | 213 | 145 | 74 | 0 | 33 | 55 | 231 | 53 | 46 |
| Binary | 110111 | 10001011 | 1100101 | 111100 | 0 | 11011 | 101101 | 10011001 | 101011 | 100110 |
Color Harmonies of #378B65
Complementary color
Monochromatic Colors of #378B65
Black with #378B65
Text Example
Text Example
White with #378B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B65; }
p { color: rgb(55,139,101); }
H1.HeaderClassName
{
color: #378B65;
}
.AnyTagClassName
{
color: #378B65;
}
</style>
background-color css
<style>
a { background-color: #378B65; }
a { background-color: rgb(55,139,101); }
div.DivClassName
{
background-color: #378B65;
}
.BgClassName
{
background-color: #378B65;
}
</style>
border-color css
<style>
span { border-color: #378B65; }
span { border-color: rgb(55,139,101); }
td.TdClassName
{
border-color: #378B65;
}
.TagClassName
{
border-color: #378B65;
}
</style>