Shades of Eucalyptus #379868
Tints of Eucalyptus #379868
RGB
CMYK
RGB Variations
Color information
#379868 (or 0x379868) is known color: Eucalyptus. HEX triplet: 37, 98 and 68. RGB value is (55,152,104). Sum of RGB (Red+Green+Blue) = 55+152+104=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #379868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379868 is #C86797. Grayscale: #757575. Windows color (decimal): -13133720 or 6854711. OLE color: 6854711.
HSL color Cylindrical-coordinate representation of color #379868: hue angle of 150.31º 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 #379868 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 152 | 104 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.40 |
| HSL | 150.31º | 0.47% | 0.41% | - |
| HSV(B) | 150.31º | 0.64% | 0.6% | - |
| XYZ | 15.3 | 24.27 | 16.97 | - |
| YUV | 117.53 | 120.36 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 104 | 0.64 | 0 | 0.32 | 0.40 | 150.31 | 0.47 | 0.41 |
| Hex | 37 | 98 | 68 | 40 | 0 | 20 | 28 | 96 | 2F | 29 |
| Octal | 67 | 230 | 150 | 100 | 0 | 40 | 50 | 226 | 57 | 51 |
| Binary | 110111 | 10011000 | 1101000 | 1000000 | 0 | 100000 | 101000 | 10010110 | 101111 | 101001 |
Color Harmonies of #379868
Complementary color
Monochromatic Colors of #379868
Black with #379868
Text Example
Text Example
White with #379868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379868; }
p { color: rgb(55,152,104); }
H1.HeaderClassName
{
color: #379868;
}
.AnyTagClassName
{
color: #379868;
}
</style>
background-color css
<style>
a { background-color: #379868; }
a { background-color: rgb(55,152,104); }
div.DivClassName
{
background-color: #379868;
}
.BgClassName
{
background-color: #379868;
}
</style>
border-color css
<style>
span { border-color: #379868; }
span { border-color: rgb(55,152,104); }
td.TdClassName
{
border-color: #379868;
}
.TagClassName
{
border-color: #379868;
}
</style>