#35A464

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

Shades of Eucalyptus #35A464

Tints of Eucalyptus #35A464

Color information

#35A464 (or 0x35A464) is unknown color: approx Eucalyptus. HEX triplet: 35, A4 and 64. RGB value is (53,164,100). Sum of RGB (Red+Green+Blue) = 53+164+100=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #35A464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A464 is #CA5B9B. Grayscale: #7B7B7B. Windows color (decimal): -13261724 or 6595637. OLE color: 6595637.

HSL color Cylindrical-coordinate representation of color #35A464: hue angle of 145.41º 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 #35A464 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB53164100-
CMYK0.6800.390.36
HSL145.41º51.15%42.55%-
HSV(B)145.41º67.68%64.31%-
XYZ17.0428.2316.61-
YUV123.52114.7377.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 164 (64.45% from 255) = 51.74%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=16.72%
G=51.74%
B=31.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531641000.6800.390.36145.4151.1542.55
Hex35A464440272491332b
Octal65244144104047442216353
Binary1101011010010011001001000100010011110010010010001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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