Shades of Eucalyptus #359D6B
Tints of Eucalyptus #359D6B
RGB
CMYK
RGB Variations
Color information
#359D6B (or 0x359D6B) is known color: Eucalyptus. HEX triplet: 35, 9D and 6B. RGB value is (53,157,107). Sum of RGB (Red+Green+Blue) = 53+157+107=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #359D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D6B is #CA6294. Grayscale: #787878. Windows color (decimal): -13263509 or 7052597. OLE color: 7052597.
HSL color Cylindrical-coordinate representation of color #359D6B: hue angle of 151.15º 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 #359D6B is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 107 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.38 |
| HSL | 151.15º | 0.5% | 0.41% | - |
| HSV(B) | 151.15º | 0.66% | 0.62% | - |
| XYZ | 16.18 | 25.93 | 18.06 | - |
| YUV | 120.2 | 120.54 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 107 | 0.66 | 0 | 0.32 | 0.38 | 151.15 | 0.5 | 0.41 |
| Hex | 35 | 9D | 6B | 42 | 0 | 20 | 26 | 97 | 32 | 29 |
| Octal | 65 | 235 | 153 | 102 | 0 | 40 | 46 | 227 | 62 | 51 |
| Binary | 110101 | 10011101 | 1101011 | 1000010 | 0 | 100000 | 100110 | 10010111 | 110010 | 101001 |
Color Harmonies of #359D6B
Complementary color
Monochromatic Colors of #359D6B
Black with #359D6B
Text Example
Text Example
White with #359D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D6B; }
p { color: rgb(53,157,107); }
H1.HeaderClassName
{
color: #359D6B;
}
.AnyTagClassName
{
color: #359D6B;
}
</style>
background-color css
<style>
a { background-color: #359D6B; }
a { background-color: rgb(53,157,107); }
div.DivClassName
{
background-color: #359D6B;
}
.BgClassName
{
background-color: #359D6B;
}
</style>
border-color css
<style>
span { border-color: #359D6B; }
span { border-color: rgb(53,157,107); }
td.TdClassName
{
border-color: #359D6B;
}
.TagClassName
{
border-color: #359D6B;
}
</style>