Shades of Eucalyptus #359E6B
Tints of Eucalyptus #359E6B
RGB
CMYK
RGB Variations
Color information
#359E6B (or 0x359E6B) is known color: Eucalyptus. HEX triplet: 35, 9E and 6B. RGB value is (53,158,107). Sum of RGB (Red+Green+Blue) = 53+158+107=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #359E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E6B is #CA6194. Grayscale: #787878. Windows color (decimal): -13263253 or 7052853. OLE color: 7052853.
HSL color Cylindrical-coordinate representation of color #359E6B: hue angle of 150.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E6B is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 107 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.38 |
| HSL | 150.86º | 0.5% | 0.41% | - |
| HSV(B) | 150.86º | 0.66% | 0.62% | - |
| XYZ | 16.35 | 26.27 | 18.12 | - |
| YUV | 120.79 | 120.21 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 107 | 0.66 | 0 | 0.32 | 0.38 | 150.86 | 0.5 | 0.41 |
| Hex | 35 | 9E | 6B | 42 | 0 | 20 | 26 | 97 | 32 | 29 |
| Octal | 65 | 236 | 153 | 102 | 0 | 40 | 46 | 227 | 62 | 51 |
| Binary | 110101 | 10011110 | 1101011 | 1000010 | 0 | 100000 | 100110 | 10010111 | 110010 | 101001 |
Color Harmonies of #359E6B
Complementary color
Monochromatic Colors of #359E6B
Black with #359E6B
Text Example
Text Example
White with #359E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E6B; }
p { color: rgb(53,158,107); }
H1.HeaderClassName
{
color: #359E6B;
}
.AnyTagClassName
{
color: #359E6B;
}
</style>
background-color css
<style>
a { background-color: #359E6B; }
a { background-color: rgb(53,158,107); }
div.DivClassName
{
background-color: #359E6B;
}
.BgClassName
{
background-color: #359E6B;
}
</style>
border-color css
<style>
span { border-color: #359E6B; }
span { border-color: rgb(53,158,107); }
td.TdClassName
{
border-color: #359E6B;
}
.TagClassName
{
border-color: #359E6B;
}
</style>