Shades of Eucalyptus #379362
Tints of Eucalyptus #379362
RGB
CMYK
RGB Variations
Color information
#379362 (or 0x379362) is known color: Eucalyptus. HEX triplet: 37, 93 and 62. RGB value is (55,147,98). Sum of RGB (Red+Green+Blue) = 55+147+98=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #379362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379362 is #C86C9D. Grayscale: #727272. Windows color (decimal): -13135006 or 6460215. OLE color: 6460215.
HSL color Cylindrical-coordinate representation of color #379362: hue angle of 148.04º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379362 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 147 | 98 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.42 |
| HSL | 148.04º | 0.46% | 0.4% | - |
| HSV(B) | 148.04º | 0.63% | 0.58% | - |
| XYZ | 14.21 | 22.56 | 15.16 | - |
| YUV | 113.91 | 119.02 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 147 | 98 | 0.63 | 0 | 0.33 | 0.42 | 148.04 | 0.46 | 0.4 |
| Hex | 37 | 93 | 62 | 3F | 0 | 21 | 2A | 94 | 2E | 28 |
| Octal | 67 | 223 | 142 | 77 | 0 | 41 | 52 | 224 | 56 | 50 |
| Binary | 110111 | 10010011 | 1100010 | 111111 | 0 | 100001 | 101010 | 10010100 | 101110 | 101000 |
Color Harmonies of #379362
Complementary color
Monochromatic Colors of #379362
Black with #379362
Text Example
Text Example
White with #379362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379362; }
p { color: rgb(55,147,98); }
H1.HeaderClassName
{
color: #379362;
}
.AnyTagClassName
{
color: #379362;
}
</style>
background-color css
<style>
a { background-color: #379362; }
a { background-color: rgb(55,147,98); }
div.DivClassName
{
background-color: #379362;
}
.BgClassName
{
background-color: #379362;
}
</style>
border-color css
<style>
span { border-color: #379362; }
span { border-color: rgb(55,147,98); }
td.TdClassName
{
border-color: #379362;
}
.TagClassName
{
border-color: #379362;
}
</style>