Shades of Eucalyptus #379066
Tints of Eucalyptus #379066
RGB
CMYK
RGB Variations
Color information
#379066 (or 0x379066) is known color: Eucalyptus. HEX triplet: 37, 90 and 66. RGB value is (55,144,102). Sum of RGB (Red+Green+Blue) = 55+144+102=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #379066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379066 is #C86F99. Grayscale: #707070. Windows color (decimal): -13135770 or 6721591. OLE color: 6721591.
HSL color Cylindrical-coordinate representation of color #379066: hue angle of 151.69º 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 #379066 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 144 | 102 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.44 |
| HSL | 151.69º | 0.45% | 0.39% | - |
| HSV(B) | 151.69º | 0.62% | 0.56% | - |
| XYZ | 13.95 | 21.72 | 16.03 | - |
| YUV | 112.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 144 | 102 | 0.62 | 0 | 0.29 | 0.44 | 151.69 | 0.45 | 0.39 |
| Hex | 37 | 90 | 66 | 3E | 0 | 1D | 2C | 98 | 2D | 27 |
| Octal | 67 | 220 | 146 | 76 | 0 | 35 | 54 | 230 | 55 | 47 |
| Binary | 110111 | 10010000 | 1100110 | 111110 | 0 | 11101 | 101100 | 10011000 | 101101 | 100111 |
Color Harmonies of #379066
Complementary color
Monochromatic Colors of #379066
Black with #379066
Text Example
Text Example
White with #379066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379066; }
p { color: rgb(55,144,102); }
H1.HeaderClassName
{
color: #379066;
}
.AnyTagClassName
{
color: #379066;
}
</style>
background-color css
<style>
a { background-color: #379066; }
a { background-color: rgb(55,144,102); }
div.DivClassName
{
background-color: #379066;
}
.BgClassName
{
background-color: #379066;
}
</style>
border-color css
<style>
span { border-color: #379066; }
span { border-color: rgb(55,144,102); }
td.TdClassName
{
border-color: #379066;
}
.TagClassName
{
border-color: #379066;
}
</style>