#35A13E

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

Shades of Fruit Salad #35A13E

Tints of Fruit Salad #35A13E

Color information

#35A13E (or 0x35A13E) is unknown color: approx Fruit Salad. HEX triplet: 35, A1 and 3E. RGB value is (53,161,62). Sum of RGB (Red+Green+Blue) = 53+161+62=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #35A13E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A13E is #CA5EC1. Grayscale: #757575. Windows color (decimal): -13262530 or 4104501. OLE color: 4104501.

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

Color convert

RGB5316162-
CMYK0.6700.610.37
HSL125º50.47%41.96%-
HSV(B)125º67.08%63.14%-
XYZ15.0826.598.9-
YUV117.4296.7282.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 161 (63.28% from 255) = 58.33%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=19.20%
G=58.33%
B=22.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53161620.6700.610.3712550.4741.96
Hex35A13E4303D257d322a
Octal6524176103075451756252
Binary11010110100001111110100001101111011001011111101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,161,62); }

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

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

 a { background-color: rgb(53,161,62); }

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

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

 span { border-color: rgb(53,161,62); }

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