#35A340

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

Shades of Fruit Salad #35A340

Tints of Fruit Salad #35A340

Color information

#35A340 (or 0x35A340) is unknown color: approx Fruit Salad. HEX triplet: 35, A3 and 40. RGB value is (53,163,64). Sum of RGB (Red+Green+Blue) = 53+163+64=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #35A340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A340 is #CA5CBF. Grayscale: #777777. Windows color (decimal): -13262016 or 4236085. OLE color: 4236085.

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

Color convert

RGB5316364-
CMYK0.6700.610.36
HSL126º50.93%42.35%-
HSV(B)126º67.48%63.92%-
XYZ15.4927.329.31-
YUV118.8297.0681.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 163 (64.06% from 255) = 58.21%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=18.93%
G=58.21%
B=22.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53163640.6700.610.3612650.9342.35
Hex35A3404303D247e332a
Octal65243100103075441766352
Binary110101101000111000000100001101111011001001111110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,163,64); }

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

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

 a { background-color: rgb(53,163,64); }

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

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

 span { border-color: rgb(53,163,64); }

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