Shades of Eucalyptus #379A59
Tints of Eucalyptus #379A59
RGB
CMYK
RGB Variations
Color information
#379A59 (or 0x379A59) is known color: Eucalyptus. HEX triplet: 37, 9A and 59. RGB value is (55,154,89). Sum of RGB (Red+Green+Blue) = 55+154+89=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #379A59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379A59 is #C865A6. Grayscale: #757575. Windows color (decimal): -13133223 or 5872183. OLE color: 5872183.
HSL color Cylindrical-coordinate representation of color #379A59: hue angle of 140.61º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A59 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 154 | 89 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.40 |
| HSL | 140.61º | 0.47% | 0.41% | - |
| HSV(B) | 140.61º | 0.64% | 0.6% | - |
| XYZ | 14.93 | 24.64 | 13.42 | - |
| YUV | 116.99 | 112.2 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 89 | 0.64 | 0 | 0.42 | 0.40 | 140.61 | 0.47 | 0.41 |
| Hex | 37 | 9A | 59 | 40 | 0 | 2A | 28 | 8D | 2F | 29 |
| Octal | 67 | 232 | 131 | 100 | 0 | 52 | 50 | 215 | 57 | 51 |
| Binary | 110111 | 10011010 | 1011001 | 1000000 | 0 | 101010 | 101000 | 10001101 | 101111 | 101001 |
Color Harmonies of #379A59
Complementary color
Monochromatic Colors of #379A59
Black with #379A59
Text Example
Text Example
White with #379A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379A59; }
p { color: rgb(55,154,89); }
H1.HeaderClassName
{
color: #379A59;
}
.AnyTagClassName
{
color: #379A59;
}
</style>
background-color css
<style>
a { background-color: #379A59; }
a { background-color: rgb(55,154,89); }
div.DivClassName
{
background-color: #379A59;
}
.BgClassName
{
background-color: #379A59;
}
</style>
border-color css
<style>
span { border-color: #379A59; }
span { border-color: rgb(55,154,89); }
td.TdClassName
{
border-color: #379A59;
}
.TagClassName
{
border-color: #379A59;
}
</style>