Shades of Eucalyptus #368F68
Tints of Eucalyptus #368F68
RGB
CMYK
RGB Variations
Color information
#368F68 (or 0x368F68) is known color: Eucalyptus. HEX triplet: 36, 8F and 68. RGB value is (54,143,104). Sum of RGB (Red+Green+Blue) = 54+143+104=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #368F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368F68 is #C97097. Grayscale: #707070. Windows color (decimal): -13201560 or 6852406. OLE color: 6852406.
HSL color Cylindrical-coordinate representation of color #368F68: hue angle of 153.71º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368F68 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 143 | 104 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.44 |
| HSL | 153.71º | 0.45% | 0.39% | - |
| HSV(B) | 153.71º | 0.62% | 0.56% | - |
| XYZ | 13.84 | 21.43 | 16.5 | - |
| YUV | 111.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 143 | 104 | 0.62 | 0 | 0.27 | 0.44 | 153.71 | 0.45 | 0.39 |
| Hex | 36 | 8F | 68 | 3E | 0 | 1B | 2C | 9A | 2D | 27 |
| Octal | 66 | 217 | 150 | 76 | 0 | 33 | 54 | 232 | 55 | 47 |
| Binary | 110110 | 10001111 | 1101000 | 111110 | 0 | 11011 | 101100 | 10011010 | 101101 | 100111 |
Color Harmonies of #368F68
Complementary color
Monochromatic Colors of #368F68
Black with #368F68
Text Example
Text Example
White with #368F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368F68; }
p { color: rgb(54,143,104); }
H1.HeaderClassName
{
color: #368F68;
}
.AnyTagClassName
{
color: #368F68;
}
</style>
background-color css
<style>
a { background-color: #368F68; }
a { background-color: rgb(54,143,104); }
div.DivClassName
{
background-color: #368F68;
}
.BgClassName
{
background-color: #368F68;
}
</style>
border-color css
<style>
span { border-color: #368F68; }
span { border-color: rgb(54,143,104); }
td.TdClassName
{
border-color: #368F68;
}
.TagClassName
{
border-color: #368F68;
}
</style>