Shades of Eucalyptus #358E68
Tints of Eucalyptus #358E68
RGB
CMYK
RGB Variations
Color information
#358E68 (or 0x358E68) is known color: Eucalyptus. HEX triplet: 35, 8E and 68. RGB value is (53,142,104). Sum of RGB (Red+Green+Blue) = 53+142+104=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #358E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358E68 is #CA7197. Grayscale: #6F6F6F. Windows color (decimal): -13267352 or 6852149. OLE color: 6852149.
HSL color Cylindrical-coordinate representation of color #358E68: hue angle of 154.38º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358E68 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 142 | 104 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.44 |
| HSL | 154.38º | 0.46% | 0.38% | - |
| HSV(B) | 154.38º | 0.63% | 0.56% | - |
| XYZ | 13.64 | 21.1 | 16.45 | - |
| YUV | 111.06 | 124.01 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 104 | 0.63 | 0 | 0.27 | 0.44 | 154.38 | 0.46 | 0.38 |
| Hex | 35 | 8E | 68 | 3F | 0 | 1B | 2C | 9A | 2E | 26 |
| Octal | 65 | 216 | 150 | 77 | 0 | 33 | 54 | 232 | 56 | 46 |
| Binary | 110101 | 10001110 | 1101000 | 111111 | 0 | 11011 | 101100 | 10011010 | 101110 | 100110 |
Color Harmonies of #358E68
Complementary color
Monochromatic Colors of #358E68
Black with #358E68
Text Example
Text Example
White with #358E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358E68; }
p { color: rgb(53,142,104); }
H1.HeaderClassName
{
color: #358E68;
}
.AnyTagClassName
{
color: #358E68;
}
</style>
background-color css
<style>
a { background-color: #358E68; }
a { background-color: rgb(53,142,104); }
div.DivClassName
{
background-color: #358E68;
}
.BgClassName
{
background-color: #358E68;
}
</style>
border-color css
<style>
span { border-color: #358E68; }
span { border-color: rgb(53,142,104); }
td.TdClassName
{
border-color: #358E68;
}
.TagClassName
{
border-color: #358E68;
}
</style>