#359A58

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

Shades of Eucalyptus #359A58

Tints of Eucalyptus #359A58

Color information

#359A58 (or 0x359A58) is unknown color: approx Eucalyptus. HEX triplet: 35, 9A and 58. RGB value is (53,154,88). Sum of RGB (Red+Green+Blue) = 53+154+88=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #359A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A58 is #CA65A7. Grayscale: #747474. Windows color (decimal): -13264296 or 5806645. OLE color: 5806645.

HSL color Cylindrical-coordinate representation of color #359A58: hue angle of 140.79º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A58 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB5315488-
CMYK0.6600.430.40
HSL140.79º48.79%40.59%-
HSV(B)140.79º65.58%60.39%-
XYZ14.7924.5713.2-
YUV116.28112.0482.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 154 (60.55% from 255) = 52.20%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=17.97%
G=52.20%
B=29.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53154880.6600.430.40140.7948.7940.59
Hex359A584202B288d3129
Octal65232130102053502156151
Binary1101011001101010110001000010010101110100010001101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359A58; }

 p { color: rgb(53,154,88); }

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

<style>
 a { background-color: #359A58; }

 a { background-color: rgb(53,154,88); }

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

<style>
 span { border-color: #359A58; }

 span { border-color: rgb(53,154,88); }

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