Shades of Eucalyptus #378C66
Tints of Eucalyptus #378C66
RGB
CMYK
RGB Variations
Color information
#378C66 (or 0x378C66) is known color: Eucalyptus. HEX triplet: 37, 8C and 66. RGB value is (55,140,102). Sum of RGB (Red+Green+Blue) = 55+140+102=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #378C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C66 is #C87399. Grayscale: #6E6E6E. Windows color (decimal): -13136794 or 6720567. OLE color: 6720567.
HSL color Cylindrical-coordinate representation of color #378C66: hue angle of 153.18º 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 #378C66 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 140 | 102 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.45 |
| HSL | 153.18º | 0.44% | 0.38% | - |
| HSV(B) | 153.18º | 0.61% | 0.55% | - |
| XYZ | 13.35 | 20.53 | 15.83 | - |
| YUV | 110.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 102 | 0.61 | 0 | 0.27 | 0.45 | 153.18 | 0.44 | 0.38 |
| Hex | 37 | 8C | 66 | 3D | 0 | 1B | 2D | 99 | 2C | 26 |
| Octal | 67 | 214 | 146 | 75 | 0 | 33 | 55 | 231 | 54 | 46 |
| Binary | 110111 | 10001100 | 1100110 | 111101 | 0 | 11011 | 101101 | 10011001 | 101100 | 100110 |
Color Harmonies of #378C66
Complementary color
Monochromatic Colors of #378C66
Black with #378C66
Text Example
Text Example
White with #378C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378C66; }
p { color: rgb(55,140,102); }
H1.HeaderClassName
{
color: #378C66;
}
.AnyTagClassName
{
color: #378C66;
}
</style>
background-color css
<style>
a { background-color: #378C66; }
a { background-color: rgb(55,140,102); }
div.DivClassName
{
background-color: #378C66;
}
.BgClassName
{
background-color: #378C66;
}
</style>
border-color css
<style>
span { border-color: #378C66; }
span { border-color: rgb(55,140,102); }
td.TdClassName
{
border-color: #378C66;
}
.TagClassName
{
border-color: #378C66;
}
</style>