Shades of Eucalyptus #359C62
Tints of Eucalyptus #359C62
RGB
CMYK
RGB Variations
Color information
#359C62 (or 0x359C62) is known color: Eucalyptus. HEX triplet: 35, 9C and 62. RGB value is (53,156,98). Sum of RGB (Red+Green+Blue) = 53+156+98=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #359C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C62 is #CA639D. Grayscale: #767676. Windows color (decimal): -13263774 or 6462517. OLE color: 6462517.
HSL color Cylindrical-coordinate representation of color #359C62: hue angle of 146.21º 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 #359C62 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 98 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.39 |
| HSL | 146.21º | 0.49% | 0.41% | - |
| HSV(B) | 146.21º | 0.66% | 0.61% | - |
| XYZ | 15.56 | 25.42 | 15.64 | - |
| YUV | 118.59 | 116.38 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 98 | 0.66 | 0 | 0.37 | 0.39 | 146.21 | 0.49 | 0.41 |
| Hex | 35 | 9C | 62 | 42 | 0 | 25 | 27 | 92 | 31 | 29 |
| Octal | 65 | 234 | 142 | 102 | 0 | 45 | 47 | 222 | 61 | 51 |
| Binary | 110101 | 10011100 | 1100010 | 1000010 | 0 | 100101 | 100111 | 10010010 | 110001 | 101001 |
Color Harmonies of #359C62
Complementary color
Monochromatic Colors of #359C62
Black with #359C62
Text Example
Text Example
White with #359C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C62; }
p { color: rgb(53,156,98); }
H1.HeaderClassName
{
color: #359C62;
}
.AnyTagClassName
{
color: #359C62;
}
</style>
background-color css
<style>
a { background-color: #359C62; }
a { background-color: rgb(53,156,98); }
div.DivClassName
{
background-color: #359C62;
}
.BgClassName
{
background-color: #359C62;
}
</style>
border-color css
<style>
span { border-color: #359C62; }
span { border-color: rgb(53,156,98); }
td.TdClassName
{
border-color: #359C62;
}
.TagClassName
{
border-color: #359C62;
}
</style>