#35B349

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

Shades of Fruit Salad #35B349

Tints of Fruit Salad #35B349

Color information

#35B349 (or 0x35B349) is unknown color: approx Fruit Salad. HEX triplet: 35, B3 and 49. RGB value is (53,179,73). Sum of RGB (Red+Green+Blue) = 53+179+73=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #35B349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B349 is #CA4CB6. Grayscale: #818181. Windows color (decimal): -13257911 or 4830005. OLE color: 4830005.

HSL color Cylindrical-coordinate representation of color #35B349: hue angle of 129.52º 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 #35B349 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB5317973-
CMYK0.7000.590.30
HSL129.52º54.31%45.49%-
HSV(B)129.52º70.39%70.2%-
XYZ18.7933.4811.77-
YUV129.2496.2673.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 179 (70.31% from 255) = 58.69%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=17.38%
G=58.69%
B=23.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53179730.7000.590.30129.5254.3145.49
Hex35B3494603B1E82362d
Octal65263111106073362026655
Binary110101101100111001001100011001110111111010000010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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