#35B342

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

Shades of Fruit Salad #35B342

Tints of Fruit Salad #35B342

Color information

#35B342 (or 0x35B342) is unknown color: approx Fruit Salad. HEX triplet: 35, B3 and 42. RGB value is (53,179,66). Sum of RGB (Red+Green+Blue) = 53+179+66=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 179 (70.31% from 255 or 60.07% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 179 - color contains mainly: green. Hex color #35B342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B342 is #CA4CBD. Grayscale: #808080. Windows color (decimal): -13257918 or 4371253. OLE color: 4371253.

HSL color Cylindrical-coordinate representation of color #35B342: hue angle of 126.19º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B342 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB5317966-
CMYK0.7000.630.30
HSL126.19º54.31%45.49%-
HSV(B)126.19º70.39%70.2%-
XYZ18.5733.3910.62-
YUV128.4492.7674.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 179 (70.31% from 255) = 60.07%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=17.79%
G=60.07%
B=22.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53179660.7000.630.30126.1954.3145.49
Hex35B3424603F1E7e362d
Octal65263102106077361766655
Binary11010110110011100001010001100111111111101111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,179,66); }

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

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

 a { background-color: rgb(53,179,66); }

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

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

 span { border-color: rgb(53,179,66); }

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