#359D64

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

Shades of Eucalyptus #359D64

Tints of Eucalyptus #359D64

Color information

#359D64 (or 0x359D64) is unknown color: approx Eucalyptus. HEX triplet: 35, 9D and 64. RGB value is (53,157,100). Sum of RGB (Red+Green+Blue) = 53+157+100=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #359D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D64 is #CA629B. Grayscale: #777777. Windows color (decimal): -13263516 or 6593845. OLE color: 6593845.

HSL color Cylindrical-coordinate representation of color #359D64: hue angle of 147.12º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D64 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB53157100-
CMYK0.6600.360.38
HSL147.12º49.52%41.18%-
HSV(B)147.12º66.24%61.57%-
XYZ15.8325.7916.2-
YUV119.41117.0480.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 157 (61.72% from 255) = 50.65%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=17.10%
G=50.65%
B=32.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531571000.6600.360.38147.1249.5241.18
Hex359D644202426933229
Octal65235144102044462236251
Binary1101011001110111001001000010010010010011010010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,157,100); }

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

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

 a { background-color: rgb(53,157,100); }

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

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

 span { border-color: rgb(53,157,100); }

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