#35A734

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

Shades of Fruit Salad #35A734

Tints of Fruit Salad #35A734

Color information

#35A734 (or 0x35A734) is unknown color: approx Fruit Salad. HEX triplet: 35, A7 and 34. RGB value is (53,167,52). Sum of RGB (Red+Green+Blue) = 53+167+52=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 167 (65.62% from 255 or 61.40% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 167 - color contains mainly: green. Hex color #35A734 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A734 is #CA58CB. Grayscale: #787878. Windows color (decimal): -13261004 or 3450677. OLE color: 3450677.

HSL color Cylindrical-coordinate representation of color #35A734: hue angle of 119.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A734 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB5316752-
CMYK0.6800.690.35
HSL119.48º52.51%42.94%-
HSV(B)119.48º68.86%65.49%-
XYZ15.9128.647.94-
YUV119.889.7380.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 167 (65.62% from 255) = 61.40%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=19.49%
G=61.40%
B=19.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53167520.6800.690.35119.4852.5142.94
Hex35A734440452377352b
Octal65247641040105431676553
Binary110101101001111101001000100010001011000111110111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,167,52); }

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

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

 a { background-color: rgb(53,167,52); }

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

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

 span { border-color: rgb(53,167,52); }

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