Shades of Eucalyptus #368B65
Tints of Eucalyptus #368B65
RGB
CMYK
RGB Variations
Color information
#368B65 (or 0x368B65) is known color: Eucalyptus. HEX triplet: 36, 8B and 65. RGB value is (54,139,101). Sum of RGB (Red+Green+Blue) = 54+139+101=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #368B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B65 is #C9749A. Grayscale: #6D6D6D. Windows color (decimal): -13202587 or 6654774. OLE color: 6654774.
HSL color Cylindrical-coordinate representation of color #368B65: hue angle of 153.18º 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 #368B65 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 139 | 101 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.45 |
| HSL | 153.18º | 0.44% | 0.38% | - |
| HSV(B) | 153.18º | 0.61% | 0.55% | - |
| XYZ | 13.1 | 20.19 | 15.52 | - |
| YUV | 109.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 101 | 0.61 | 0 | 0.27 | 0.45 | 153.18 | 0.44 | 0.38 |
| Hex | 36 | 8B | 65 | 3D | 0 | 1B | 2D | 99 | 2C | 26 |
| Octal | 66 | 213 | 145 | 75 | 0 | 33 | 55 | 231 | 54 | 46 |
| Binary | 110110 | 10001011 | 1100101 | 111101 | 0 | 11011 | 101101 | 10011001 | 101100 | 100110 |
Color Harmonies of #368B65
Complementary color
Monochromatic Colors of #368B65
Black with #368B65
Text Example
Text Example
White with #368B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368B65; }
p { color: rgb(54,139,101); }
H1.HeaderClassName
{
color: #368B65;
}
.AnyTagClassName
{
color: #368B65;
}
</style>
background-color css
<style>
a { background-color: #368B65; }
a { background-color: rgb(54,139,101); }
div.DivClassName
{
background-color: #368B65;
}
.BgClassName
{
background-color: #368B65;
}
</style>
border-color css
<style>
span { border-color: #368B65; }
span { border-color: rgb(54,139,101); }
td.TdClassName
{
border-color: #368B65;
}
.TagClassName
{
border-color: #368B65;
}
</style>