Shades of Eucalyptus #379659
Tints of Eucalyptus #379659
RGB
CMYK
RGB Variations
Color information
#379659 (or 0x379659) is known color: Eucalyptus. HEX triplet: 37, 96 and 59. RGB value is (55,150,89). Sum of RGB (Red+Green+Blue) = 55+150+89=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #379659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379659 is #C869A6. Grayscale: #727272. Windows color (decimal): -13134247 or 5871159. OLE color: 5871159.
HSL color Cylindrical-coordinate representation of color #379659: hue angle of 141.47º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379659 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 150 | 89 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.41 |
| HSL | 141.47º | 0.46% | 0.4% | - |
| HSV(B) | 141.47º | 0.63% | 0.59% | - |
| XYZ | 14.29 | 23.35 | 13.2 | - |
| YUV | 114.64 | 113.53 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 150 | 89 | 0.63 | 0 | 0.41 | 0.41 | 141.47 | 0.46 | 0.4 |
| Hex | 37 | 96 | 59 | 3F | 0 | 29 | 29 | 8D | 2E | 28 |
| Octal | 67 | 226 | 131 | 77 | 0 | 51 | 51 | 215 | 56 | 50 |
| Binary | 110111 | 10010110 | 1011001 | 111111 | 0 | 101001 | 101001 | 10001101 | 101110 | 101000 |
Color Harmonies of #379659
Complementary color
Monochromatic Colors of #379659
Black with #379659
Text Example
Text Example
White with #379659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379659; }
p { color: rgb(55,150,89); }
H1.HeaderClassName
{
color: #379659;
}
.AnyTagClassName
{
color: #379659;
}
</style>
background-color css
<style>
a { background-color: #379659; }
a { background-color: rgb(55,150,89); }
div.DivClassName
{
background-color: #379659;
}
.BgClassName
{
background-color: #379659;
}
</style>
border-color css
<style>
span { border-color: #379659; }
span { border-color: rgb(55,150,89); }
td.TdClassName
{
border-color: #379659;
}
.TagClassName
{
border-color: #379659;
}
</style>