Shades of Eucalyptus #359465
Tints of Eucalyptus #359465
RGB
CMYK
RGB Variations
Color information
#359465 (or 0x359465) is known color: Eucalyptus. HEX triplet: 35, 94 and 65. RGB value is (53,148,101). Sum of RGB (Red+Green+Blue) = 53+148+101=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #359465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359465 is #CA6B9A. Grayscale: #727272. Windows color (decimal): -13265819 or 6657077. OLE color: 6657077.
HSL color Cylindrical-coordinate representation of color #359465: hue angle of 150.32º 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 #359465 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 148 | 101 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.42 |
| HSL | 150.32º | 0.47% | 0.39% | - |
| HSV(B) | 150.32º | 0.64% | 0.58% | - |
| XYZ | 14.41 | 22.88 | 15.97 | - |
| YUV | 114.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 101 | 0.64 | 0 | 0.32 | 0.42 | 150.32 | 0.47 | 0.39 |
| Hex | 35 | 94 | 65 | 40 | 0 | 20 | 2A | 96 | 2F | 27 |
| Octal | 65 | 224 | 145 | 100 | 0 | 40 | 52 | 226 | 57 | 47 |
| Binary | 110101 | 10010100 | 1100101 | 1000000 | 0 | 100000 | 101010 | 10010110 | 101111 | 100111 |
Color Harmonies of #359465
Complementary color
Monochromatic Colors of #359465
Black with #359465
Text Example
Text Example
White with #359465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359465; }
p { color: rgb(53,148,101); }
H1.HeaderClassName
{
color: #359465;
}
.AnyTagClassName
{
color: #359465;
}
</style>
background-color css
<style>
a { background-color: #359465; }
a { background-color: rgb(53,148,101); }
div.DivClassName
{
background-color: #359465;
}
.BgClassName
{
background-color: #359465;
}
</style>
border-color css
<style>
span { border-color: #359465; }
span { border-color: rgb(53,148,101); }
td.TdClassName
{
border-color: #359465;
}
.TagClassName
{
border-color: #359465;
}
</style>