#358F5E

Color #358F5E Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #358F5E

Tints of Eucalyptus #358F5E

Color information

#358F5E (or 0x358F5E) is unknown color: approx Eucalyptus. HEX triplet: 35, 8F and 5E. RGB value is (53,143,94). Sum of RGB (Red+Green+Blue) = 53+143+94=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #358F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F5E is #CA70A1. Grayscale: #6E6E6E. Windows color (decimal): -13267106 or 6197045. OLE color: 6197045.

HSL color Cylindrical-coordinate representation of color #358F5E: hue angle of 147.33º 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 #358F5E is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB5314394-
CMYK0.6300.340.44
HSL147.33º45.92%38.43%-
HSV(B)147.33º62.94%56.08%-
XYZ13.3121.2113.98-
YUV110.5118.6886.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 143 (56.25% from 255) = 49.31%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=18.28%
G=49.31%
B=32.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53143940.6300.340.44147.3345.9238.43
Hex358F5E3F0222C932e26
Octal6521713677042542235646
Binary110101100011111011110111111010001010110010010011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358F5E; }

 p { color: rgb(53,143,94); }

 H1.HeaderClassName
 {
   color: #358F5E;
 }
 .AnyTagClassName
 {
   color: #358F5E;
 }
</style>
background-color css

<style>
 a { background-color: #358F5E; }

 a { background-color: rgb(53,143,94); }

 div.DivClassName
 {
   background-color: #358F5E;
 }
 .BgClassName
 {
   background-color: #358F5E;
 }
</style>
border-color css

<style>
 span { border-color: #358F5E; }

 span { border-color: rgb(53,143,94); }

 td.TdClassName
 {
   border-color: #358F5E;
 }
 .TagClassName
 {
   border-color: #358F5E;
 }
</style>