#35A242

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

Shades of Fruit Salad #35A242

Tints of Fruit Salad #35A242

Color information

#35A242 (or 0x35A242) is unknown color: approx Fruit Salad. HEX triplet: 35, A2 and 42. RGB value is (53,162,66). Sum of RGB (Red+Green+Blue) = 53+162+66=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #35A242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A242 is #CA5DBD. Grayscale: #767676. Windows color (decimal): -13262270 or 4366901. OLE color: 4366901.

HSL color Cylindrical-coordinate representation of color #35A242: hue angle of 127.16º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A242 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB5316266-
CMYK0.6700.590.36
HSL127.16º50.7%42.16%-
HSV(B)127.16º67.28%63.53%-
XYZ15.3726.999.55-
YUV118.4698.3981.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 162 (63.67% from 255) = 57.65%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=18.86%
G=57.65%
B=23.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53162660.6700.590.36127.1650.742.16
Hex35A2424303B247f332a
Octal65242102103073441776352
Binary110101101000101000010100001101110111001001111111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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