#359A60

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

Shades of Eucalyptus #359A60

Tints of Eucalyptus #359A60

Color information

#359A60 (or 0x359A60) is unknown color: approx Eucalyptus. HEX triplet: 35, 9A and 60. RGB value is (53,154,96). Sum of RGB (Red+Green+Blue) = 53+154+96=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #359A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A60 is #CA659F. Grayscale: #757575. Windows color (decimal): -13264288 or 6330933. OLE color: 6330933.

HSL color Cylindrical-coordinate representation of color #359A60: hue angle of 145.54º 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 #359A60 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB5315496-
CMYK0.6600.380.40
HSL145.54º48.79%40.59%-
HSV(B)145.54º65.58%60.39%-
XYZ15.1424.7115.04-
YUV117.19116.0482.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 154 (60.55% from 255) = 50.83%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=17.49%
G=50.83%
B=31.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53154960.6600.380.40145.5448.7940.59
Hex359A604202628923129
Octal65232140102046502226151
Binary1101011001101011000001000010010011010100010010010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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