Shades of Eucalyptus #379068
Tints of Eucalyptus #379068
RGB
CMYK
RGB Variations
Color information
#379068 (or 0x379068) is known color: Eucalyptus. HEX triplet: 37, 90 and 68. RGB value is (55,144,104). Sum of RGB (Red+Green+Blue) = 55+144+104=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #379068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379068 is #C86F97. Grayscale: #707070. Windows color (decimal): -13135768 or 6852663. OLE color: 6852663.
HSL color Cylindrical-coordinate representation of color #379068: hue angle of 153.03º 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 #379068 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 144 | 104 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.44 |
| HSL | 153.03º | 0.45% | 0.39% | - |
| HSV(B) | 153.03º | 0.62% | 0.56% | - |
| XYZ | 14.05 | 21.76 | 16.56 | - |
| YUV | 112.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 144 | 104 | 0.62 | 0 | 0.28 | 0.44 | 153.03 | 0.45 | 0.39 |
| Hex | 37 | 90 | 68 | 3E | 0 | 1C | 2C | 99 | 2D | 27 |
| Octal | 67 | 220 | 150 | 76 | 0 | 34 | 54 | 231 | 55 | 47 |
| Binary | 110111 | 10010000 | 1101000 | 111110 | 0 | 11100 | 101100 | 10011001 | 101101 | 100111 |
Color Harmonies of #379068
Complementary color
Monochromatic Colors of #379068
Black with #379068
Text Example
Text Example
White with #379068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379068; }
p { color: rgb(55,144,104); }
H1.HeaderClassName
{
color: #379068;
}
.AnyTagClassName
{
color: #379068;
}
</style>
background-color css
<style>
a { background-color: #379068; }
a { background-color: rgb(55,144,104); }
div.DivClassName
{
background-color: #379068;
}
.BgClassName
{
background-color: #379068;
}
</style>
border-color css
<style>
span { border-color: #379068; }
span { border-color: rgb(55,144,104); }
td.TdClassName
{
border-color: #379068;
}
.TagClassName
{
border-color: #379068;
}
</style>