Shades of Eucalyptus #35905B
Tints of Eucalyptus #35905B
RGB
CMYK
RGB Variations
Color information
#35905B (or 0x35905B) is known color: Eucalyptus. HEX triplet: 35, 90 and 5B. RGB value is (53,144,91). Sum of RGB (Red+Green+Blue) = 53+144+91=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #35905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35905B is #CA6FA4. Grayscale: #6E6E6E. Windows color (decimal): -13266853 or 6000693. OLE color: 6000693.
HSL color Cylindrical-coordinate representation of color #35905B: hue angle of 145.05º 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 #35905B is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 91 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.44 |
| HSL | 145.05º | 0.46% | 0.39% | - |
| HSV(B) | 145.05º | 0.63% | 0.56% | - |
| XYZ | 13.33 | 21.46 | 13.34 | - |
| YUV | 110.75 | 116.85 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 91 | 0.63 | 0 | 0.37 | 0.44 | 145.05 | 0.46 | 0.39 |
| Hex | 35 | 90 | 5B | 3F | 0 | 25 | 2C | 91 | 2E | 27 |
| Octal | 65 | 220 | 133 | 77 | 0 | 45 | 54 | 221 | 56 | 47 |
| Binary | 110101 | 10010000 | 1011011 | 111111 | 0 | 100101 | 101100 | 10010001 | 101110 | 100111 |
Color Harmonies of #35905B
Complementary color
Monochromatic Colors of #35905B
Black with #35905B
Text Example
Text Example
White with #35905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35905B; }
p { color: rgb(53,144,91); }
H1.HeaderClassName
{
color: #35905B;
}
.AnyTagClassName
{
color: #35905B;
}
</style>
background-color css
<style>
a { background-color: #35905B; }
a { background-color: rgb(53,144,91); }
div.DivClassName
{
background-color: #35905B;
}
.BgClassName
{
background-color: #35905B;
}
</style>
border-color css
<style>
span { border-color: #35905B; }
span { border-color: rgb(53,144,91); }
td.TdClassName
{
border-color: #35905B;
}
.TagClassName
{
border-color: #35905B;
}
</style>