#35A239

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

Shades of Fruit Salad #35A239

Tints of Fruit Salad #35A239

Color information

#35A239 (or 0x35A239) is unknown color: approx Fruit Salad. HEX triplet: 35, A2 and 39. RGB value is (53,162,57). Sum of RGB (Red+Green+Blue) = 53+162+57=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #35A239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A239 is #CA5DC6. Grayscale: #757575. Windows color (decimal): -13262279 or 3777077. OLE color: 3777077.

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

Color convert

RGB5316257-
CMYK0.6700.650.36
HSL122.2º50.7%42.16%-
HSV(B)122.2º67.28%63.53%-
XYZ15.1326.898.26-
YUV117.4493.8982.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 162 (63.67% from 255) = 59.56%
BLUE value IS 57 (22.66% from 255) = 20.96%
R=19.49%
G=59.56%
B=20.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53162570.6700.650.36122.250.742.16
Hex35A23943041247a332a
Octal65242711030101441726352
Binary110101101000101110011000011010000011001001111010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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