Shades of Eucalyptus #37A166
Tints of Eucalyptus #37A166
RGB
CMYK
RGB Variations
Color information
#37A166 (or 0x37A166) is known color: Eucalyptus. HEX triplet: 37, A1 and 66. RGB value is (55,161,102). Sum of RGB (Red+Green+Blue) = 55+161+102=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #37A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A166 is #C85E99. Grayscale: #7A7A7A. Windows color (decimal): -13131418 or 6725943. OLE color: 6725943.
HSL color Cylindrical-coordinate representation of color #37A166: hue angle of 146.6º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A166 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 161 | 102 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.37 |
| HSL | 146.6º | 0.49% | 0.42% | - |
| HSV(B) | 146.6º | 0.66% | 0.63% | - |
| XYZ | 16.72 | 27.26 | 16.95 | - |
| YUV | 122.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 161 | 102 | 0.66 | 0 | 0.37 | 0.37 | 146.6 | 0.49 | 0.42 |
| Hex | 37 | A1 | 66 | 42 | 0 | 25 | 25 | 93 | 31 | 2A |
| Octal | 67 | 241 | 146 | 102 | 0 | 45 | 45 | 223 | 61 | 52 |
| Binary | 110111 | 10100001 | 1100110 | 1000010 | 0 | 100101 | 100101 | 10010011 | 110001 | 101010 |
Color Harmonies of #37A166
Complementary color
Monochromatic Colors of #37A166
Black with #37A166
Text Example
Text Example
White with #37A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A166; }
p { color: rgb(55,161,102); }
H1.HeaderClassName
{
color: #37A166;
}
.AnyTagClassName
{
color: #37A166;
}
</style>
background-color css
<style>
a { background-color: #37A166; }
a { background-color: rgb(55,161,102); }
div.DivClassName
{
background-color: #37A166;
}
.BgClassName
{
background-color: #37A166;
}
</style>
border-color css
<style>
span { border-color: #37A166; }
span { border-color: rgb(55,161,102); }
td.TdClassName
{
border-color: #37A166;
}
.TagClassName
{
border-color: #37A166;
}
</style>