#35A93E

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

Shades of Fruit Salad #35A93E

Tints of Fruit Salad #35A93E

Color information

#35A93E (or 0x35A93E) is unknown color: approx Fruit Salad. HEX triplet: 35, A9 and 3E. RGB value is (53,169,62). Sum of RGB (Red+Green+Blue) = 53+169+62=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 169 (66.41% from 255 or 59.51% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 169 - color contains mainly: green. Hex color #35A93E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A93E is #CA56C1. Grayscale: #7A7A7A. Windows color (decimal): -13260482 or 4106549. OLE color: 4106549.

HSL color Cylindrical-coordinate representation of color #35A93E: hue angle of 124.66º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A93E is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB5316962-
CMYK0.6900.630.34
HSL124.66º52.25%43.53%-
HSV(B)124.66º68.64%66.27%-
XYZ16.5329.489.38-
YUV122.1294.0778.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 169 (66.41% from 255) = 59.51%
BLUE value IS 62 (24.61% from 255) = 21.83%
R=18.66%
G=59.51%
B=21.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53169620.6900.630.34124.6652.2543.53
Hex35A93E4503F227d342c
Octal6525176105077421756454
Binary11010110101001111110100010101111111000101111101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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