Shades of Eucalyptus #379564
Tints of Eucalyptus #379564
RGB
CMYK
RGB Variations
Color information
#379564 (or 0x379564) is known color: Eucalyptus. HEX triplet: 37, 95 and 64. RGB value is (55,149,100). Sum of RGB (Red+Green+Blue) = 55+149+100=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #379564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379564 is #C86A9B. Grayscale: #737373. Windows color (decimal): -13134492 or 6591799. OLE color: 6591799.
HSL color Cylindrical-coordinate representation of color #379564: hue angle of 148.72º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379564 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 149 | 100 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.42 |
| HSL | 148.72º | 0.46% | 0.4% | - |
| HSV(B) | 148.72º | 0.63% | 0.58% | - |
| XYZ | 14.62 | 23.23 | 15.77 | - |
| YUV | 115.31 | 119.36 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 149 | 100 | 0.63 | 0 | 0.33 | 0.42 | 148.72 | 0.46 | 0.4 |
| Hex | 37 | 95 | 64 | 3F | 0 | 21 | 2A | 95 | 2E | 28 |
| Octal | 67 | 225 | 144 | 77 | 0 | 41 | 52 | 225 | 56 | 50 |
| Binary | 110111 | 10010101 | 1100100 | 111111 | 0 | 100001 | 101010 | 10010101 | 101110 | 101000 |
Color Harmonies of #379564
Complementary color
Monochromatic Colors of #379564
Black with #379564
Text Example
Text Example
White with #379564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379564; }
p { color: rgb(55,149,100); }
H1.HeaderClassName
{
color: #379564;
}
.AnyTagClassName
{
color: #379564;
}
</style>
background-color css
<style>
a { background-color: #379564; }
a { background-color: rgb(55,149,100); }
div.DivClassName
{
background-color: #379564;
}
.BgClassName
{
background-color: #379564;
}
</style>
border-color css
<style>
span { border-color: #379564; }
span { border-color: rgb(55,149,100); }
td.TdClassName
{
border-color: #379564;
}
.TagClassName
{
border-color: #379564;
}
</style>