Shades of Eucalyptus #358B63
Tints of Eucalyptus #358B63
RGB
CMYK
RGB Variations
Color information
#358B63 (or 0x358B63) is known color: Eucalyptus. HEX triplet: 35, 8B and 63. RGB value is (53,139,99). Sum of RGB (Red+Green+Blue) = 53+139+99=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #358B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B63 is #CA749C. Grayscale: #6C6C6C. Windows color (decimal): -13268125 or 6523701. OLE color: 6523701.
HSL color Cylindrical-coordinate representation of color #358B63: hue angle of 152.09º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358B63 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 99 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.45 |
| HSL | 152.09º | 0.45% | 0.38% | - |
| HSV(B) | 152.09º | 0.62% | 0.55% | - |
| XYZ | 12.95 | 20.12 | 15.01 | - |
| YUV | 108.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 99 | 0.62 | 0 | 0.29 | 0.45 | 152.09 | 0.45 | 0.38 |
| Hex | 35 | 8B | 63 | 3E | 0 | 1D | 2D | 98 | 2D | 26 |
| Octal | 65 | 213 | 143 | 76 | 0 | 35 | 55 | 230 | 55 | 46 |
| Binary | 110101 | 10001011 | 1100011 | 111110 | 0 | 11101 | 101101 | 10011000 | 101101 | 100110 |
Color Harmonies of #358B63
Complementary color
Monochromatic Colors of #358B63
Black with #358B63
Text Example
Text Example
White with #358B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B63; }
p { color: rgb(53,139,99); }
H1.HeaderClassName
{
color: #358B63;
}
.AnyTagClassName
{
color: #358B63;
}
</style>
background-color css
<style>
a { background-color: #358B63; }
a { background-color: rgb(53,139,99); }
div.DivClassName
{
background-color: #358B63;
}
.BgClassName
{
background-color: #358B63;
}
</style>
border-color css
<style>
span { border-color: #358B63; }
span { border-color: rgb(53,139,99); }
td.TdClassName
{
border-color: #358B63;
}
.TagClassName
{
border-color: #358B63;
}
</style>