Shades of Eucalyptus #37A26A
Tints of Eucalyptus #37A26A
RGB
CMYK
RGB Variations
Color information
#37A26A (or 0x37A26A) is known color: Eucalyptus. HEX triplet: 37, A2 and 6A. RGB value is (55,162,106). Sum of RGB (Red+Green+Blue) = 55+162+106=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #37A26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A26A is #C85D95. Grayscale: #7B7B7B. Windows color (decimal): -13131158 or 6988343. OLE color: 6988343.
HSL color Cylindrical-coordinate representation of color #37A26A: hue angle of 148.6º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A26A is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 162 | 106 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.36 |
| HSL | 148.6º | 0.49% | 0.43% | - |
| HSV(B) | 148.6º | 0.66% | 0.64% | - |
| XYZ | 17.1 | 27.69 | 18.08 | - |
| YUV | 123.62 | 118.05 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 162 | 106 | 0.66 | 0 | 0.35 | 0.36 | 148.6 | 0.49 | 0.43 |
| Hex | 37 | A2 | 6A | 42 | 0 | 23 | 24 | 95 | 31 | 2B |
| Octal | 67 | 242 | 152 | 102 | 0 | 43 | 44 | 225 | 61 | 53 |
| Binary | 110111 | 10100010 | 1101010 | 1000010 | 0 | 100011 | 100100 | 10010101 | 110001 | 101011 |
Color Harmonies of #37A26A
Complementary color
Monochromatic Colors of #37A26A
Black with #37A26A
Text Example
Text Example
White with #37A26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A26A; }
p { color: rgb(55,162,106); }
H1.HeaderClassName
{
color: #37A26A;
}
.AnyTagClassName
{
color: #37A26A;
}
</style>
background-color css
<style>
a { background-color: #37A26A; }
a { background-color: rgb(55,162,106); }
div.DivClassName
{
background-color: #37A26A;
}
.BgClassName
{
background-color: #37A26A;
}
</style>
border-color css
<style>
span { border-color: #37A26A; }
span { border-color: rgb(55,162,106); }
td.TdClassName
{
border-color: #37A26A;
}
.TagClassName
{
border-color: #37A26A;
}
</style>