Shades of Eucalyptus #379067
Tints of Eucalyptus #379067
RGB
CMYK
RGB Variations
Color information
#379067 (or 0x379067) is known color: Eucalyptus. HEX triplet: 37, 90 and 67. RGB value is (55,144,103). Sum of RGB (Red+Green+Blue) = 55+144+103=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #379067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379067 is #C86F98. Grayscale: #707070. Windows color (decimal): -13135769 or 6787127. OLE color: 6787127.
HSL color Cylindrical-coordinate representation of color #379067: hue angle of 152.36º 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 #379067 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 144 | 103 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.44 |
| HSL | 152.36º | 0.45% | 0.39% | - |
| HSV(B) | 152.36º | 0.62% | 0.56% | - |
| XYZ | 14 | 21.74 | 16.29 | - |
| YUV | 112.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 144 | 103 | 0.62 | 0 | 0.28 | 0.44 | 152.36 | 0.45 | 0.39 |
| Hex | 37 | 90 | 67 | 3E | 0 | 1C | 2C | 98 | 2D | 27 |
| Octal | 67 | 220 | 147 | 76 | 0 | 34 | 54 | 230 | 55 | 47 |
| Binary | 110111 | 10010000 | 1100111 | 111110 | 0 | 11100 | 101100 | 10011000 | 101101 | 100111 |
Color Harmonies of #379067
Complementary color
Monochromatic Colors of #379067
Black with #379067
Text Example
Text Example
White with #379067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379067; }
p { color: rgb(55,144,103); }
H1.HeaderClassName
{
color: #379067;
}
.AnyTagClassName
{
color: #379067;
}
</style>
background-color css
<style>
a { background-color: #379067; }
a { background-color: rgb(55,144,103); }
div.DivClassName
{
background-color: #379067;
}
.BgClassName
{
background-color: #379067;
}
</style>
border-color css
<style>
span { border-color: #379067; }
span { border-color: rgb(55,144,103); }
td.TdClassName
{
border-color: #379067;
}
.TagClassName
{
border-color: #379067;
}
</style>