Shades of Eucalyptus #368964
Tints of Eucalyptus #368964
RGB
CMYK
RGB Variations
Color information
#368964 (or 0x368964) is known color: Eucalyptus. HEX triplet: 36, 89 and 64. RGB value is (54,137,100). Sum of RGB (Red+Green+Blue) = 54+137+100=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #368964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368964 is #C9769B. Grayscale: #6C6C6C. Windows color (decimal): -13203100 or 6588726. OLE color: 6588726.
HSL color Cylindrical-coordinate representation of color #368964: hue angle of 153.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368964 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 137 | 100 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.46 |
| HSL | 153.25º | 0.43% | 0.37% | - |
| HSV(B) | 153.25º | 0.61% | 0.54% | - |
| XYZ | 12.77 | 19.6 | 15.17 | - |
| YUV | 107.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 100 | 0.61 | 0 | 0.27 | 0.46 | 153.25 | 0.43 | 0.37 |
| Hex | 36 | 89 | 64 | 3D | 0 | 1B | 2E | 99 | 2B | 25 |
| Octal | 66 | 211 | 144 | 75 | 0 | 33 | 56 | 231 | 53 | 45 |
| Binary | 110110 | 10001001 | 1100100 | 111101 | 0 | 11011 | 101110 | 10011001 | 101011 | 100101 |
Color Harmonies of #368964
Complementary color
Monochromatic Colors of #368964
Black with #368964
Text Example
Text Example
White with #368964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368964; }
p { color: rgb(54,137,100); }
H1.HeaderClassName
{
color: #368964;
}
.AnyTagClassName
{
color: #368964;
}
</style>
background-color css
<style>
a { background-color: #368964; }
a { background-color: rgb(54,137,100); }
div.DivClassName
{
background-color: #368964;
}
.BgClassName
{
background-color: #368964;
}
</style>
border-color css
<style>
span { border-color: #368964; }
span { border-color: rgb(54,137,100); }
td.TdClassName
{
border-color: #368964;
}
.TagClassName
{
border-color: #368964;
}
</style>