#35A835

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

Shades of Fruit Salad #35A835

Tints of Fruit Salad #35A835

Color information

#35A835 (or 0x35A835) is unknown color: approx Fruit Salad. HEX triplet: 35, A8 and 35. RGB value is (53,168,53). Sum of RGB (Red+Green+Blue) = 53+168+53=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 168 (66.02% from 255 or 61.31% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 168 - color contains mainly: green. Hex color #35A835 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A835 is #CA57CA. Grayscale: #787878. Windows color (decimal): -13260747 or 3516469. OLE color: 3516469.

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

Color convert

RGB5316853-
CMYK0.6800.680.34
HSL120º52.04%43.33%-
HSV(B)120º68.45%65.88%-
XYZ16.1129.028.12-
YUV120.589.979.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 168 (66.02% from 255) = 61.31%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=19.34%
G=61.31%
B=19.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53168530.6800.680.3412052.0443.33
Hex35A835440442278342b
Octal65250651040104421706453
Binary110101101010001101011000100010001001000101111000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,168,53); }

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

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

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

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

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

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

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