Shades of Eucalyptus #35905D
Tints of Eucalyptus #35905D
RGB
CMYK
RGB Variations
Color information
#35905D (or 0x35905D) is known color: Eucalyptus. HEX triplet: 35, 90 and 5D. RGB value is (53,144,93). Sum of RGB (Red+Green+Blue) = 53+144+93=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #35905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35905D is #CA6FA2. Grayscale: #6F6F6F. Windows color (decimal): -13266851 or 6131765. OLE color: 6131765.
HSL color Cylindrical-coordinate representation of color #35905D: hue angle of 146.37º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35905D is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 93 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.44 |
| HSL | 146.37º | 0.46% | 0.39% | - |
| HSV(B) | 146.37º | 0.63% | 0.56% | - |
| XYZ | 13.42 | 21.49 | 13.8 | - |
| YUV | 110.98 | 117.85 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 93 | 0.63 | 0 | 0.35 | 0.44 | 146.37 | 0.46 | 0.39 |
| Hex | 35 | 90 | 5D | 3F | 0 | 23 | 2C | 92 | 2E | 27 |
| Octal | 65 | 220 | 135 | 77 | 0 | 43 | 54 | 222 | 56 | 47 |
| Binary | 110101 | 10010000 | 1011101 | 111111 | 0 | 100011 | 101100 | 10010010 | 101110 | 100111 |
Color Harmonies of #35905D
Complementary color
Monochromatic Colors of #35905D
Black with #35905D
Text Example
Text Example
White with #35905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35905D; }
p { color: rgb(53,144,93); }
H1.HeaderClassName
{
color: #35905D;
}
.AnyTagClassName
{
color: #35905D;
}
</style>
background-color css
<style>
a { background-color: #35905D; }
a { background-color: rgb(53,144,93); }
div.DivClassName
{
background-color: #35905D;
}
.BgClassName
{
background-color: #35905D;
}
</style>
border-color css
<style>
span { border-color: #35905D; }
span { border-color: rgb(53,144,93); }
td.TdClassName
{
border-color: #35905D;
}
.TagClassName
{
border-color: #35905D;
}
</style>