Shades of Eucalyptus #379C61
Tints of Eucalyptus #379C61
RGB
CMYK
RGB Variations
Color information
#379C61 (or 0x379C61) is known color: Eucalyptus. HEX triplet: 37, 9C and 61. RGB value is (55,156,97). Sum of RGB (Red+Green+Blue) = 55+156+97=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #379C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379C61 is #C8639E. Grayscale: #777777. Windows color (decimal): -13132703 or 6396983. OLE color: 6396983.
HSL color Cylindrical-coordinate representation of color #379C61: hue angle of 144.95º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C61 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 156 | 97 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.39 |
| HSL | 144.95º | 0.48% | 0.41% | - |
| HSV(B) | 144.95º | 0.65% | 0.61% | - |
| XYZ | 15.62 | 25.45 | 15.4 | - |
| YUV | 119.08 | 115.54 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 156 | 97 | 0.65 | 0 | 0.38 | 0.39 | 144.95 | 0.48 | 0.41 |
| Hex | 37 | 9C | 61 | 41 | 0 | 26 | 27 | 91 | 30 | 29 |
| Octal | 67 | 234 | 141 | 101 | 0 | 46 | 47 | 221 | 60 | 51 |
| Binary | 110111 | 10011100 | 1100001 | 1000001 | 0 | 100110 | 100111 | 10010001 | 110000 | 101001 |
Color Harmonies of #379C61
Complementary color
Monochromatic Colors of #379C61
Black with #379C61
Text Example
Text Example
White with #379C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379C61; }
p { color: rgb(55,156,97); }
H1.HeaderClassName
{
color: #379C61;
}
.AnyTagClassName
{
color: #379C61;
}
</style>
background-color css
<style>
a { background-color: #379C61; }
a { background-color: rgb(55,156,97); }
div.DivClassName
{
background-color: #379C61;
}
.BgClassName
{
background-color: #379C61;
}
</style>
border-color css
<style>
span { border-color: #379C61; }
span { border-color: rgb(55,156,97); }
td.TdClassName
{
border-color: #379C61;
}
.TagClassName
{
border-color: #379C61;
}
</style>