Shades of Eucalyptus #36A169
Tints of Eucalyptus #36A169
RGB
CMYK
RGB Variations
Color information
#36A169 (or 0x36A169) is known color: Eucalyptus. HEX triplet: 36, A1 and 69. RGB value is (54,161,105). Sum of RGB (Red+Green+Blue) = 54+161+105=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #36A169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A169 is #C95E96. Grayscale: #7A7A7A. Windows color (decimal): -13196951 or 6922550. OLE color: 6922550.
HSL color Cylindrical-coordinate representation of color #36A169: hue angle of 148.6º 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 #36A169 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 161 | 105 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.37 |
| HSL | 148.6º | 0.5% | 0.42% | - |
| HSV(B) | 148.6º | 0.66% | 0.63% | - |
| XYZ | 16.82 | 27.29 | 17.75 | - |
| YUV | 122.62 | 118.05 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 161 | 105 | 0.66 | 0 | 0.35 | 0.37 | 148.6 | 0.5 | 0.42 |
| Hex | 36 | A1 | 69 | 42 | 0 | 23 | 25 | 95 | 32 | 2A |
| Octal | 66 | 241 | 151 | 102 | 0 | 43 | 45 | 225 | 62 | 52 |
| Binary | 110110 | 10100001 | 1101001 | 1000010 | 0 | 100011 | 100101 | 10010101 | 110010 | 101010 |
Color Harmonies of #36A169
Complementary color
Monochromatic Colors of #36A169
Black with #36A169
Text Example
Text Example
White with #36A169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A169; }
p { color: rgb(54,161,105); }
H1.HeaderClassName
{
color: #36A169;
}
.AnyTagClassName
{
color: #36A169;
}
</style>
background-color css
<style>
a { background-color: #36A169; }
a { background-color: rgb(54,161,105); }
div.DivClassName
{
background-color: #36A169;
}
.BgClassName
{
background-color: #36A169;
}
</style>
border-color css
<style>
span { border-color: #36A169; }
span { border-color: rgb(54,161,105); }
td.TdClassName
{
border-color: #36A169;
}
.TagClassName
{
border-color: #36A169;
}
</style>