#35A237

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

Shades of Fruit Salad #35A237

Tints of Fruit Salad #35A237

Color information

#35A237 (or 0x35A237) is unknown color: approx Fruit Salad. HEX triplet: 35, A2 and 37. RGB value is (53,162,55). Sum of RGB (Red+Green+Blue) = 53+162+55=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #35A237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A237 is #CA5DC8. Grayscale: #757575. Windows color (decimal): -13262281 or 3646005. OLE color: 3646005.

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

Color convert

RGB5316255-
CMYK0.6700.660.36
HSL121.1º50.7%42.16%-
HSV(B)121.1º67.28%63.53%-
XYZ15.0826.878.01-
YUV117.2192.8982.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 162 (63.67% from 255) = 60%
BLUE value IS 55 (21.88% from 255) = 20.37%
R=19.63%
G=60%
B=20.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53162550.6700.660.36121.150.742.16
Hex35A237430422479332a
Octal65242671030102441716352
Binary110101101000101101111000011010000101001001111001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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