Shades of Eucalyptus #359C68
Tints of Eucalyptus #359C68
RGB
CMYK
RGB Variations
Color information
#359C68 (or 0x359C68) is known color: Eucalyptus. HEX triplet: 35, 9C and 68. RGB value is (53,156,104). Sum of RGB (Red+Green+Blue) = 53+156+104=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #359C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C68 is #CA6397. Grayscale: #777777. Windows color (decimal): -13263768 or 6855733. OLE color: 6855733.
HSL color Cylindrical-coordinate representation of color #359C68: hue angle of 149.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C68 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 104 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.39 |
| HSL | 149.71º | 0.49% | 0.41% | - |
| HSV(B) | 149.71º | 0.66% | 0.61% | - |
| XYZ | 15.86 | 25.53 | 17.19 | - |
| YUV | 119.28 | 119.38 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 104 | 0.66 | 0 | 0.33 | 0.39 | 149.71 | 0.49 | 0.41 |
| Hex | 35 | 9C | 68 | 42 | 0 | 21 | 27 | 96 | 31 | 29 |
| Octal | 65 | 234 | 150 | 102 | 0 | 41 | 47 | 226 | 61 | 51 |
| Binary | 110101 | 10011100 | 1101000 | 1000010 | 0 | 100001 | 100111 | 10010110 | 110001 | 101001 |
Color Harmonies of #359C68
Complementary color
Monochromatic Colors of #359C68
Black with #359C68
Text Example
Text Example
White with #359C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C68; }
p { color: rgb(53,156,104); }
H1.HeaderClassName
{
color: #359C68;
}
.AnyTagClassName
{
color: #359C68;
}
</style>
background-color css
<style>
a { background-color: #359C68; }
a { background-color: rgb(53,156,104); }
div.DivClassName
{
background-color: #359C68;
}
.BgClassName
{
background-color: #359C68;
}
</style>
border-color css
<style>
span { border-color: #359C68; }
span { border-color: rgb(53,156,104); }
td.TdClassName
{
border-color: #359C68;
}
.TagClassName
{
border-color: #359C68;
}
</style>