Shades of Eucalyptus #36A166
Tints of Eucalyptus #36A166
RGB
CMYK
RGB Variations
Color information
#36A166 (or 0x36A166) is known color: Eucalyptus. HEX triplet: 36, A1 and 66. RGB value is (54,161,102). Sum of RGB (Red+Green+Blue) = 54+161+102=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #36A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A166 is #C95E99. Grayscale: #7A7A7A. Windows color (decimal): -13196954 or 6725942. OLE color: 6725942.
HSL color Cylindrical-coordinate representation of color #36A166: hue angle of 146.92º degrees, saturation: 0.5, 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 #36A166 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 161 | 102 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.37 |
| HSL | 146.92º | 0.5% | 0.42% | - |
| HSV(B) | 146.92º | 0.66% | 0.63% | - |
| XYZ | 16.66 | 27.23 | 16.95 | - |
| YUV | 122.28 | 116.55 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 161 | 102 | 0.66 | 0 | 0.37 | 0.37 | 146.92 | 0.5 | 0.42 |
| Hex | 36 | A1 | 66 | 42 | 0 | 25 | 25 | 93 | 32 | 2A |
| Octal | 66 | 241 | 146 | 102 | 0 | 45 | 45 | 223 | 62 | 52 |
| Binary | 110110 | 10100001 | 1100110 | 1000010 | 0 | 100101 | 100101 | 10010011 | 110010 | 101010 |
Color Harmonies of #36A166
Complementary color
Monochromatic Colors of #36A166
Black with #36A166
Text Example
Text Example
White with #36A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A166; }
p { color: rgb(54,161,102); }
H1.HeaderClassName
{
color: #36A166;
}
.AnyTagClassName
{
color: #36A166;
}
</style>
background-color css
<style>
a { background-color: #36A166; }
a { background-color: rgb(54,161,102); }
div.DivClassName
{
background-color: #36A166;
}
.BgClassName
{
background-color: #36A166;
}
</style>
border-color css
<style>
span { border-color: #36A166; }
span { border-color: rgb(54,161,102); }
td.TdClassName
{
border-color: #36A166;
}
.TagClassName
{
border-color: #36A166;
}
</style>