Shades of Eucalyptus #359470
Tints of Eucalyptus #359470
RGB
CMYK
RGB Variations
Color information
#359470 (or 0x359470) is known color: Eucalyptus. HEX triplet: 35, 94 and 70. RGB value is (53,148,112). Sum of RGB (Red+Green+Blue) = 53+148+112=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #359470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359470 is #CA6B8F. Grayscale: #737373. Windows color (decimal): -13265808 or 7377973. OLE color: 7377973.
HSL color Cylindrical-coordinate representation of color #359470: hue angle of 157.26º 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 #359470 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 148 | 112 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.42 |
| HSL | 157.26º | 0.47% | 0.39% | - |
| HSV(B) | 157.26º | 0.64% | 0.58% | - |
| XYZ | 14.98 | 23.11 | 19 | - |
| YUV | 115.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 112 | 0.64 | 0 | 0.24 | 0.42 | 157.26 | 0.47 | 0.39 |
| Hex | 35 | 94 | 70 | 40 | 0 | 18 | 2A | 9D | 2F | 27 |
| Octal | 65 | 224 | 160 | 100 | 0 | 30 | 52 | 235 | 57 | 47 |
| Binary | 110101 | 10010100 | 1110000 | 1000000 | 0 | 11000 | 101010 | 10011101 | 101111 | 100111 |
Color Harmonies of #359470
Complementary color
Monochromatic Colors of #359470
Black with #359470
Text Example
Text Example
White with #359470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359470; }
p { color: rgb(53,148,112); }
H1.HeaderClassName
{
color: #359470;
}
.AnyTagClassName
{
color: #359470;
}
</style>
background-color css
<style>
a { background-color: #359470; }
a { background-color: rgb(53,148,112); }
div.DivClassName
{
background-color: #359470;
}
.BgClassName
{
background-color: #359470;
}
</style>
border-color css
<style>
span { border-color: #359470; }
span { border-color: rgb(53,148,112); }
td.TdClassName
{
border-color: #359470;
}
.TagClassName
{
border-color: #359470;
}
</style>