Shades of Eucalyptus #358F5F
Tints of Eucalyptus #358F5F
RGB
CMYK
RGB Variations
Color information
#358F5F (or 0x358F5F) is known color: Eucalyptus. HEX triplet: 35, 8F and 5F. RGB value is (53,143,95). Sum of RGB (Red+Green+Blue) = 53+143+95=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #358F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F5F is #CA70A0. Grayscale: #6E6E6E. Windows color (decimal): -13267105 or 6262581. OLE color: 6262581.
HSL color Cylindrical-coordinate representation of color #358F5F: hue angle of 148º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F5F is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 95 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.44 |
| HSL | 148º | 0.46% | 0.38% | - |
| HSV(B) | 148º | 0.63% | 0.56% | - |
| XYZ | 13.36 | 21.23 | 14.22 | - |
| YUV | 110.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 95 | 0.63 | 0 | 0.34 | 0.44 | 148 | 0.46 | 0.38 |
| Hex | 35 | 8F | 5F | 3F | 0 | 22 | 2C | 94 | 2E | 26 |
| Octal | 65 | 217 | 137 | 77 | 0 | 42 | 54 | 224 | 56 | 46 |
| Binary | 110101 | 10001111 | 1011111 | 111111 | 0 | 100010 | 101100 | 10010100 | 101110 | 100110 |
Color Harmonies of #358F5F
Complementary color
Monochromatic Colors of #358F5F
Black with #358F5F
Text Example
Text Example
White with #358F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F5F; }
p { color: rgb(53,143,95); }
H1.HeaderClassName
{
color: #358F5F;
}
.AnyTagClassName
{
color: #358F5F;
}
</style>
background-color css
<style>
a { background-color: #358F5F; }
a { background-color: rgb(53,143,95); }
div.DivClassName
{
background-color: #358F5F;
}
.BgClassName
{
background-color: #358F5F;
}
</style>
border-color css
<style>
span { border-color: #358F5F; }
span { border-color: rgb(53,143,95); }
td.TdClassName
{
border-color: #358F5F;
}
.TagClassName
{
border-color: #358F5F;
}
</style>