Shades of Eucalyptus #379064
Tints of Eucalyptus #379064
RGB
CMYK
RGB Variations
Color information
#379064 (or 0x379064) is known color: Eucalyptus. HEX triplet: 37, 90 and 64. RGB value is (55,144,100). Sum of RGB (Red+Green+Blue) = 55+144+100=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #379064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379064 is #C86F9B. Grayscale: #707070. Windows color (decimal): -13135772 or 6590519. OLE color: 6590519.
HSL color Cylindrical-coordinate representation of color #379064: hue angle of 150.34º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379064 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 144 | 100 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.44 |
| HSL | 150.34º | 0.45% | 0.39% | - |
| HSV(B) | 150.34º | 0.62% | 0.56% | - |
| XYZ | 13.85 | 21.68 | 15.51 | - |
| YUV | 112.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 144 | 100 | 0.62 | 0 | 0.31 | 0.44 | 150.34 | 0.45 | 0.39 |
| Hex | 37 | 90 | 64 | 3E | 0 | 1F | 2C | 96 | 2D | 27 |
| Octal | 67 | 220 | 144 | 76 | 0 | 37 | 54 | 226 | 55 | 47 |
| Binary | 110111 | 10010000 | 1100100 | 111110 | 0 | 11111 | 101100 | 10010110 | 101101 | 100111 |
Color Harmonies of #379064
Complementary color
Monochromatic Colors of #379064
Black with #379064
Text Example
Text Example
White with #379064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379064; }
p { color: rgb(55,144,100); }
H1.HeaderClassName
{
color: #379064;
}
.AnyTagClassName
{
color: #379064;
}
</style>
background-color css
<style>
a { background-color: #379064; }
a { background-color: rgb(55,144,100); }
div.DivClassName
{
background-color: #379064;
}
.BgClassName
{
background-color: #379064;
}
</style>
border-color css
<style>
span { border-color: #379064; }
span { border-color: rgb(55,144,100); }
td.TdClassName
{
border-color: #379064;
}
.TagClassName
{
border-color: #379064;
}
</style>