Shades of Eucalyptus #359F68
Tints of Eucalyptus #359F68
RGB
CMYK
RGB Variations
Color information
#359F68 (or 0x359F68) is known color: Eucalyptus. HEX triplet: 35, 9F and 68. RGB value is (53,159,104). Sum of RGB (Red+Green+Blue) = 53+159+104=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #359F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F68 is #CA6097. Grayscale: #797979. Windows color (decimal): -13263000 or 6856501. OLE color: 6856501.
HSL color Cylindrical-coordinate representation of color #359F68: hue angle of 148.87º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F68 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 104 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.38 |
| HSL | 148.87º | 0.5% | 0.42% | - |
| HSV(B) | 148.87º | 0.67% | 0.62% | - |
| XYZ | 16.37 | 26.55 | 17.36 | - |
| YUV | 121.04 | 118.38 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 104 | 0.67 | 0 | 0.35 | 0.38 | 148.87 | 0.5 | 0.42 |
| Hex | 35 | 9F | 68 | 43 | 0 | 23 | 26 | 95 | 32 | 2A |
| Octal | 65 | 237 | 150 | 103 | 0 | 43 | 46 | 225 | 62 | 52 |
| Binary | 110101 | 10011111 | 1101000 | 1000011 | 0 | 100011 | 100110 | 10010101 | 110010 | 101010 |
Color Harmonies of #359F68
Complementary color
Monochromatic Colors of #359F68
Black with #359F68
Text Example
Text Example
White with #359F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F68; }
p { color: rgb(53,159,104); }
H1.HeaderClassName
{
color: #359F68;
}
.AnyTagClassName
{
color: #359F68;
}
</style>
background-color css
<style>
a { background-color: #359F68; }
a { background-color: rgb(53,159,104); }
div.DivClassName
{
background-color: #359F68;
}
.BgClassName
{
background-color: #359F68;
}
</style>
border-color css
<style>
span { border-color: #359F68; }
span { border-color: rgb(53,159,104); }
td.TdClassName
{
border-color: #359F68;
}
.TagClassName
{
border-color: #359F68;
}
</style>