Shades of Eucalyptus #36A765
Tints of Eucalyptus #36A765
RGB
CMYK
RGB Variations
Color information
#36A765 (or 0x36A765) is known color: Eucalyptus. HEX triplet: 36, A7 and 65. RGB value is (54,167,101). Sum of RGB (Red+Green+Blue) = 54+167+101=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 167 (65.62% from 255 or 51.86% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 167 - color contains mainly: green. Hex color #36A765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A765 is #C9589A. Grayscale: #7D7D7D. Windows color (decimal): -13195419 or 6661942. OLE color: 6661942.
HSL color Cylindrical-coordinate representation of color #36A765: hue angle of 144.96º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36A765 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 167 | 101 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.35 |
| HSL | 144.96º | 0.51% | 0.43% | - |
| HSV(B) | 144.96º | 0.68% | 0.65% | - |
| XYZ | 17.69 | 29.36 | 17.05 | - |
| YUV | 125.69 | 114.06 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 167 | 101 | 0.68 | 0 | 0.40 | 0.35 | 144.96 | 0.51 | 0.43 |
| Hex | 36 | A7 | 65 | 44 | 0 | 28 | 23 | 91 | 33 | 2B |
| Octal | 66 | 247 | 145 | 104 | 0 | 50 | 43 | 221 | 63 | 53 |
| Binary | 110110 | 10100111 | 1100101 | 1000100 | 0 | 101000 | 100011 | 10010001 | 110011 | 101011 |
Color Harmonies of #36A765
Complementary color
Monochromatic Colors of #36A765
Black with #36A765
Text Example
Text Example
White with #36A765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A765; }
p { color: rgb(54,167,101); }
H1.HeaderClassName
{
color: #36A765;
}
.AnyTagClassName
{
color: #36A765;
}
</style>
background-color css
<style>
a { background-color: #36A765; }
a { background-color: rgb(54,167,101); }
div.DivClassName
{
background-color: #36A765;
}
.BgClassName
{
background-color: #36A765;
}
</style>
border-color css
<style>
span { border-color: #36A765; }
span { border-color: rgb(54,167,101); }
td.TdClassName
{
border-color: #36A765;
}
.TagClassName
{
border-color: #36A765;
}
</style>