Shades of Eucalyptus #378E60
Tints of Eucalyptus #378E60
RGB
CMYK
RGB Variations
Color information
#378E60 (or 0x378E60) is known color: Eucalyptus. HEX triplet: 37, 8E and 60. RGB value is (55,142,96). Sum of RGB (Red+Green+Blue) = 55+142+96=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #378E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378E60 is #C8719F. Grayscale: #6E6E6E. Windows color (decimal): -13136288 or 6327863. OLE color: 6327863.
HSL color Cylindrical-coordinate representation of color #378E60: hue angle of 148.28º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378E60 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 142 | 96 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.44 |
| HSL | 148.28º | 0.44% | 0.39% | - |
| HSV(B) | 148.28º | 0.61% | 0.56% | - |
| XYZ | 13.36 | 21 | 14.42 | - |
| YUV | 110.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 96 | 0.61 | 0 | 0.32 | 0.44 | 148.28 | 0.44 | 0.39 |
| Hex | 37 | 8E | 60 | 3D | 0 | 20 | 2C | 94 | 2C | 27 |
| Octal | 67 | 216 | 140 | 75 | 0 | 40 | 54 | 224 | 54 | 47 |
| Binary | 110111 | 10001110 | 1100000 | 111101 | 0 | 100000 | 101100 | 10010100 | 101100 | 100111 |
Color Harmonies of #378E60
Complementary color
Monochromatic Colors of #378E60
Black with #378E60
Text Example
Text Example
White with #378E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378E60; }
p { color: rgb(55,142,96); }
H1.HeaderClassName
{
color: #378E60;
}
.AnyTagClassName
{
color: #378E60;
}
</style>
background-color css
<style>
a { background-color: #378E60; }
a { background-color: rgb(55,142,96); }
div.DivClassName
{
background-color: #378E60;
}
.BgClassName
{
background-color: #378E60;
}
</style>
border-color css
<style>
span { border-color: #378E60; }
span { border-color: rgb(55,142,96); }
td.TdClassName
{
border-color: #378E60;
}
.TagClassName
{
border-color: #378E60;
}
</style>