#35A45D

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

Shades of Eucalyptus #35A45D

Tints of Eucalyptus #35A45D

Color information

#35A45D (or 0x35A45D) is unknown color: approx Eucalyptus. HEX triplet: 35, A4 and 5D. RGB value is (53,164,93). Sum of RGB (Red+Green+Blue) = 53+164+93=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #35A45D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A45D is #CA5BA2. Grayscale: #7A7A7A. Windows color (decimal): -13261731 or 6136885. OLE color: 6136885.

HSL color Cylindrical-coordinate representation of color #35A45D: hue angle of 141.62º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A45D is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB5316493-
CMYK0.6800.430.36
HSL141.62º51.15%42.55%-
HSV(B)141.62º67.68%64.31%-
XYZ16.7228.114.9-
YUV122.72111.2378.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 164 (64.45% from 255) = 52.90%
BLUE value IS 93 (36.72% from 255) = 30%
R=17.10%
G=52.90%
B=30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53164930.6800.430.36141.6251.1542.55
Hex35A45D4402B248e332b
Octal65244135104053442166353
Binary1101011010010010111011000100010101110010010001110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A45D; }

 p { color: rgb(53,164,93); }

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

<style>
 a { background-color: #35A45D; }

 a { background-color: rgb(53,164,93); }

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

<style>
 span { border-color: #35A45D; }

 span { border-color: rgb(53,164,93); }

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