Shades of Eucalyptus #368C60
Tints of Eucalyptus #368C60
RGB
CMYK
RGB Variations
Color information
#368C60 (or 0x368C60) is known color: Eucalyptus. HEX triplet: 36, 8C and 60. RGB value is (54,140,96). Sum of RGB (Red+Green+Blue) = 54+140+96=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #368C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368C60 is #C9739F. Grayscale: #6D6D6D. Windows color (decimal): -13202336 or 6327350. OLE color: 6327350.
HSL color Cylindrical-coordinate representation of color #368C60: hue angle of 149.3º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368C60 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 140 | 96 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.45 |
| HSL | 149.3º | 0.44% | 0.38% | - |
| HSV(B) | 149.3º | 0.61% | 0.55% | - |
| XYZ | 13.01 | 20.38 | 14.32 | - |
| YUV | 109.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 96 | 0.61 | 0 | 0.31 | 0.45 | 149.3 | 0.44 | 0.38 |
| Hex | 36 | 8C | 60 | 3D | 0 | 1F | 2D | 95 | 2C | 26 |
| Octal | 66 | 214 | 140 | 75 | 0 | 37 | 55 | 225 | 54 | 46 |
| Binary | 110110 | 10001100 | 1100000 | 111101 | 0 | 11111 | 101101 | 10010101 | 101100 | 100110 |
Color Harmonies of #368C60
Complementary color
Monochromatic Colors of #368C60
Black with #368C60
Text Example
Text Example
White with #368C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C60; }
p { color: rgb(54,140,96); }
H1.HeaderClassName
{
color: #368C60;
}
.AnyTagClassName
{
color: #368C60;
}
</style>
background-color css
<style>
a { background-color: #368C60; }
a { background-color: rgb(54,140,96); }
div.DivClassName
{
background-color: #368C60;
}
.BgClassName
{
background-color: #368C60;
}
</style>
border-color css
<style>
span { border-color: #368C60; }
span { border-color: rgb(54,140,96); }
td.TdClassName
{
border-color: #368C60;
}
.TagClassName
{
border-color: #368C60;
}
</style>