Shades of Eucalyptus #359067
Tints of Eucalyptus #359067
RGB
CMYK
RGB Variations
Color information
#359067 (or 0x359067) is known color: Eucalyptus. HEX triplet: 35, 90 and 67. RGB value is (53,144,103). Sum of RGB (Red+Green+Blue) = 53+144+103=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #359067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359067 is #CA6F98. Grayscale: #707070. Windows color (decimal): -13266841 or 6787125. OLE color: 6787125.
HSL color Cylindrical-coordinate representation of color #359067: hue angle of 152.97º 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 #359067 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 103 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.44 |
| HSL | 152.97º | 0.46% | 0.39% | - |
| HSV(B) | 152.97º | 0.63% | 0.56% | - |
| XYZ | 13.89 | 21.68 | 16.29 | - |
| YUV | 112.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 103 | 0.63 | 0 | 0.28 | 0.44 | 152.97 | 0.46 | 0.39 |
| Hex | 35 | 90 | 67 | 3F | 0 | 1C | 2C | 99 | 2E | 27 |
| Octal | 65 | 220 | 147 | 77 | 0 | 34 | 54 | 231 | 56 | 47 |
| Binary | 110101 | 10010000 | 1100111 | 111111 | 0 | 11100 | 101100 | 10011001 | 101110 | 100111 |
Color Harmonies of #359067
Complementary color
Monochromatic Colors of #359067
Black with #359067
Text Example
Text Example
White with #359067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359067; }
p { color: rgb(53,144,103); }
H1.HeaderClassName
{
color: #359067;
}
.AnyTagClassName
{
color: #359067;
}
</style>
background-color css
<style>
a { background-color: #359067; }
a { background-color: rgb(53,144,103); }
div.DivClassName
{
background-color: #359067;
}
.BgClassName
{
background-color: #359067;
}
</style>
border-color css
<style>
span { border-color: #359067; }
span { border-color: rgb(53,144,103); }
td.TdClassName
{
border-color: #359067;
}
.TagClassName
{
border-color: #359067;
}
</style>