#359E64

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

Shades of Eucalyptus #359E64

Tints of Eucalyptus #359E64

Color information

#359E64 (or 0x359E64) is unknown color: approx Eucalyptus. HEX triplet: 35, 9E and 64. RGB value is (53,158,100). Sum of RGB (Red+Green+Blue) = 53+158+100=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 158 (62.11% from 255 or 50.80% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 158 - color contains mainly: green. Hex color #359E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E64 is #CA619B. Grayscale: #787878. Windows color (decimal): -13263260 or 6594101. OLE color: 6594101.

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

Color convert

RGB53158100-
CMYK0.6600.370.38
HSL146.86º49.76%41.37%-
HSV(B)146.86º66.46%61.96%-
XYZ1626.1316.26-
YUV119.99116.7180.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 158 (62.11% from 255) = 50.80%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=17.04%
G=50.80%
B=32.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531581000.6600.370.38146.8649.7641.37
Hex359E644202526933229
Octal65236144102045462236251
Binary1101011001111011001001000010010010110011010010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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