Shades of Eucalyptus #36A16C
Tints of Eucalyptus #36A16C
RGB
CMYK
RGB Variations
Color information
#36A16C (or 0x36A16C) is known color: Eucalyptus. HEX triplet: 36, A1 and 6C. RGB value is (54,161,108). Sum of RGB (Red+Green+Blue) = 54+161+108=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #36A16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A16C is #C95E93. Grayscale: #7B7B7B. Windows color (decimal): -13196948 or 7119158. OLE color: 7119158.
HSL color Cylindrical-coordinate representation of color #36A16C: hue angle of 150.28º 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 #36A16C is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 161 | 108 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.37 |
| HSL | 150.28º | 0.5% | 0.42% | - |
| HSV(B) | 150.28º | 0.66% | 0.63% | - |
| XYZ | 16.97 | 27.36 | 18.57 | - |
| YUV | 122.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 161 | 108 | 0.66 | 0 | 0.33 | 0.37 | 150.28 | 0.5 | 0.42 |
| Hex | 36 | A1 | 6C | 42 | 0 | 21 | 25 | 96 | 32 | 2A |
| Octal | 66 | 241 | 154 | 102 | 0 | 41 | 45 | 226 | 62 | 52 |
| Binary | 110110 | 10100001 | 1101100 | 1000010 | 0 | 100001 | 100101 | 10010110 | 110010 | 101010 |
Color Harmonies of #36A16C
Complementary color
Monochromatic Colors of #36A16C
Black with #36A16C
Text Example
Text Example
White with #36A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A16C; }
p { color: rgb(54,161,108); }
H1.HeaderClassName
{
color: #36A16C;
}
.AnyTagClassName
{
color: #36A16C;
}
</style>
background-color css
<style>
a { background-color: #36A16C; }
a { background-color: rgb(54,161,108); }
div.DivClassName
{
background-color: #36A16C;
}
.BgClassName
{
background-color: #36A16C;
}
</style>
border-color css
<style>
span { border-color: #36A16C; }
span { border-color: rgb(54,161,108); }
td.TdClassName
{
border-color: #36A16C;
}
.TagClassName
{
border-color: #36A16C;
}
</style>