Shades of Eucalyptus #379A68
Tints of Eucalyptus #379A68
RGB
CMYK
RGB Variations
Color information
#379A68 (or 0x379A68) is known color: Eucalyptus. HEX triplet: 37, 9A and 68. RGB value is (55,154,104). Sum of RGB (Red+Green+Blue) = 55+154+104=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #379A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379A68 is #C86597. Grayscale: #767676. Windows color (decimal): -13133208 or 6855223. OLE color: 6855223.
HSL color Cylindrical-coordinate representation of color #379A68: hue angle of 149.7º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A68 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 154 | 104 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.40 |
| HSL | 149.7º | 0.47% | 0.41% | - |
| HSV(B) | 149.7º | 0.64% | 0.6% | - |
| XYZ | 15.63 | 24.92 | 17.08 | - |
| YUV | 118.7 | 119.7 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 104 | 0.64 | 0 | 0.32 | 0.40 | 149.7 | 0.47 | 0.41 |
| Hex | 37 | 9A | 68 | 40 | 0 | 20 | 28 | 96 | 2F | 29 |
| Octal | 67 | 232 | 150 | 100 | 0 | 40 | 50 | 226 | 57 | 51 |
| Binary | 110111 | 10011010 | 1101000 | 1000000 | 0 | 100000 | 101000 | 10010110 | 101111 | 101001 |
Color Harmonies of #379A68
Complementary color
Monochromatic Colors of #379A68
Black with #379A68
Text Example
Text Example
White with #379A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379A68; }
p { color: rgb(55,154,104); }
H1.HeaderClassName
{
color: #379A68;
}
.AnyTagClassName
{
color: #379A68;
}
</style>
background-color css
<style>
a { background-color: #379A68; }
a { background-color: rgb(55,154,104); }
div.DivClassName
{
background-color: #379A68;
}
.BgClassName
{
background-color: #379A68;
}
</style>
border-color css
<style>
span { border-color: #379A68; }
span { border-color: rgb(55,154,104); }
td.TdClassName
{
border-color: #379A68;
}
.TagClassName
{
border-color: #379A68;
}
</style>