#35AA37

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

Shades of Fruit Salad #35AA37

Tints of Fruit Salad #35AA37

Color information

#35AA37 (or 0x35AA37) is unknown color: approx Fruit Salad. HEX triplet: 35, AA and 37. RGB value is (53,170,55). Sum of RGB (Red+Green+Blue) = 53+170+55=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AA37 is #CA55C8. Grayscale: #7A7A7A. Windows color (decimal): -13260233 or 3648053. OLE color: 3648053.

HSL color Cylindrical-coordinate representation of color #35AA37: hue angle of 121.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AA37 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB5317055-
CMYK0.6900.680.33
HSL121.03º52.47%43.73%-
HSV(B)121.03º68.82%66.67%-
XYZ16.5329.788.49-
YUV121.9190.2478.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 170 (66.80% from 255) = 61.15%
BLUE value IS 55 (21.88% from 255) = 19.78%
R=19.06%
G=61.15%
B=19.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53170550.6900.680.33121.0352.4743.73
Hex35AA37450442179342c
Octal65252671050104411716454
Binary110101101010101101111000101010001001000011111001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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