#35A244

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

Shades of Fruit Salad #35A244

Tints of Fruit Salad #35A244

Color information

#35A244 (or 0x35A244) is unknown color: approx Fruit Salad. HEX triplet: 35, A2 and 44. RGB value is (53,162,68). Sum of RGB (Red+Green+Blue) = 53+162+68=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 162 (63.67% from 255 or 57.24% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 162 - color contains mainly: green. Hex color #35A244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A244 is #CA5DBB. Grayscale: #767676. Windows color (decimal): -13262268 or 4497973. OLE color: 4497973.

HSL color Cylindrical-coordinate representation of color #35A244: hue angle of 128.26º 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 #35A244 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB5316268-
CMYK0.6700.580.36
HSL128.26º50.7%42.16%-
HSV(B)128.26º67.28%63.53%-
XYZ15.4327.019.87-
YUV118.6999.3981.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 162 (63.67% from 255) = 57.24%
BLUE value IS 68 (26.95% from 255) = 24.03%
R=18.73%
G=57.24%
B=24.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53162680.6700.580.36128.2650.742.16
Hex35A2444303A2480332a
Octal65242104103072442006352
Binary1101011010001010001001000011011101010010010000000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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