Shades of Eucalyptus #379D61
Tints of Eucalyptus #379D61
RGB
CMYK
RGB Variations
Color information
#379D61 (or 0x379D61) is known color: Eucalyptus. HEX triplet: 37, 9D and 61. RGB value is (55,157,97). Sum of RGB (Red+Green+Blue) = 55+157+97=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #379D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D61 is #C8629E. Grayscale: #777777. Windows color (decimal): -13132447 or 6397239. OLE color: 6397239.
HSL color Cylindrical-coordinate representation of color #379D61: hue angle of 144.71º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D61 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 157 | 97 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.38 |
| HSL | 144.71º | 0.48% | 0.42% | - |
| HSV(B) | 144.71º | 0.65% | 0.62% | - |
| XYZ | 15.79 | 25.79 | 15.45 | - |
| YUV | 119.66 | 115.21 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 97 | 0.65 | 0 | 0.38 | 0.38 | 144.71 | 0.48 | 0.42 |
| Hex | 37 | 9D | 61 | 41 | 0 | 26 | 26 | 91 | 30 | 2A |
| Octal | 67 | 235 | 141 | 101 | 0 | 46 | 46 | 221 | 60 | 52 |
| Binary | 110111 | 10011101 | 1100001 | 1000001 | 0 | 100110 | 100110 | 10010001 | 110000 | 101010 |
Color Harmonies of #379D61
Complementary color
Monochromatic Colors of #379D61
Black with #379D61
Text Example
Text Example
White with #379D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379D61; }
p { color: rgb(55,157,97); }
H1.HeaderClassName
{
color: #379D61;
}
.AnyTagClassName
{
color: #379D61;
}
</style>
background-color css
<style>
a { background-color: #379D61; }
a { background-color: rgb(55,157,97); }
div.DivClassName
{
background-color: #379D61;
}
.BgClassName
{
background-color: #379D61;
}
</style>
border-color css
<style>
span { border-color: #379D61; }
span { border-color: rgb(55,157,97); }
td.TdClassName
{
border-color: #379D61;
}
.TagClassName
{
border-color: #379D61;
}
</style>