Shades of Eucalyptus #359364
Tints of Eucalyptus #359364
RGB
CMYK
RGB Variations
Color information
#359364 (or 0x359364) is known color: Eucalyptus. HEX triplet: 35, 93 and 64. RGB value is (53,147,100). Sum of RGB (Red+Green+Blue) = 53+147+100=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #359364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359364 is #CA6C9B. Grayscale: #717171. Windows color (decimal): -13266076 or 6591285. OLE color: 6591285.
HSL color Cylindrical-coordinate representation of color #359364: hue angle of 150º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359364 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 147 | 100 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.42 |
| HSL | 150º | 0.47% | 0.39% | - |
| HSV(B) | 150º | 0.64% | 0.58% | - |
| XYZ | 14.2 | 22.54 | 15.66 | - |
| YUV | 113.54 | 120.36 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 147 | 100 | 0.64 | 0 | 0.32 | 0.42 | 150 | 0.47 | 0.39 |
| Hex | 35 | 93 | 64 | 40 | 0 | 20 | 2A | 96 | 2F | 27 |
| Octal | 65 | 223 | 144 | 100 | 0 | 40 | 52 | 226 | 57 | 47 |
| Binary | 110101 | 10010011 | 1100100 | 1000000 | 0 | 100000 | 101010 | 10010110 | 101111 | 100111 |
Color Harmonies of #359364
Complementary color
Monochromatic Colors of #359364
Black with #359364
Text Example
Text Example
White with #359364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359364; }
p { color: rgb(53,147,100); }
H1.HeaderClassName
{
color: #359364;
}
.AnyTagClassName
{
color: #359364;
}
</style>
background-color css
<style>
a { background-color: #359364; }
a { background-color: rgb(53,147,100); }
div.DivClassName
{
background-color: #359364;
}
.BgClassName
{
background-color: #359364;
}
</style>
border-color css
<style>
span { border-color: #359364; }
span { border-color: rgb(53,147,100); }
td.TdClassName
{
border-color: #359364;
}
.TagClassName
{
border-color: #359364;
}
</style>