Shades of Eucalyptus #379F5E
Tints of Eucalyptus #379F5E
RGB
CMYK
RGB Variations
Color information
#379F5E (or 0x379F5E) is known color: Eucalyptus. HEX triplet: 37, 9F and 5E. RGB value is (55,159,94). Sum of RGB (Red+Green+Blue) = 55+159+94=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #379F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379F5E is #C860A1. Grayscale: #787878. Windows color (decimal): -13131938 or 6201143. OLE color: 6201143.
HSL color Cylindrical-coordinate representation of color #379F5E: hue angle of 142.5º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379F5E is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 159 | 94 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.38 |
| HSL | 142.5º | 0.49% | 0.42% | - |
| HSV(B) | 142.5º | 0.65% | 0.62% | - |
| XYZ | 15.99 | 26.42 | 14.85 | - |
| YUV | 120.49 | 113.04 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 159 | 94 | 0.65 | 0 | 0.41 | 0.38 | 142.5 | 0.49 | 0.42 |
| Hex | 37 | 9F | 5E | 41 | 0 | 29 | 26 | 8E | 31 | 2A |
| Octal | 67 | 237 | 136 | 101 | 0 | 51 | 46 | 216 | 61 | 52 |
| Binary | 110111 | 10011111 | 1011110 | 1000001 | 0 | 101001 | 100110 | 10001110 | 110001 | 101010 |
Color Harmonies of #379F5E
Complementary color
Monochromatic Colors of #379F5E
Black with #379F5E
Text Example
Text Example
White with #379F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379F5E; }
p { color: rgb(55,159,94); }
H1.HeaderClassName
{
color: #379F5E;
}
.AnyTagClassName
{
color: #379F5E;
}
</style>
background-color css
<style>
a { background-color: #379F5E; }
a { background-color: rgb(55,159,94); }
div.DivClassName
{
background-color: #379F5E;
}
.BgClassName
{
background-color: #379F5E;
}
</style>
border-color css
<style>
span { border-color: #379F5E; }
span { border-color: rgb(55,159,94); }
td.TdClassName
{
border-color: #379F5E;
}
.TagClassName
{
border-color: #379F5E;
}
</style>