#359E3C

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

Shades of Fruit Salad #359E3C

Tints of Fruit Salad #359E3C

Color information

#359E3C (or 0x359E3C) is unknown color: approx Fruit Salad. HEX triplet: 35, 9E and 3C. RGB value is (53,158,60). Sum of RGB (Red+Green+Blue) = 53+158+60=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 158 (62.11% from 255 or 58.30% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 158 - color contains mainly: green. Hex color #359E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359E3C is #CA61C3. Grayscale: #737373. Windows color (decimal): -13263300 or 3972661. OLE color: 3972661.

HSL color Cylindrical-coordinate representation of color #359E3C: hue angle of 124º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E3C is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB5315860-
CMYK0.6600.620.38
HSL124º49.76%41.37%-
HSV(B)124º66.46%61.96%-
XYZ14.5125.548.44-
YUV115.4396.7183.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 158 (62.11% from 255) = 58.30%
BLUE value IS 60 (23.83% from 255) = 22.14%
R=19.56%
G=58.30%
B=22.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53158600.6600.620.3812449.7641.37
Hex359E3C4203E267c3229
Octal6523674102076461746251
Binary11010110011110111100100001001111101001101111100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359E3C; }

 p { color: rgb(53,158,60); }

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

<style>
 a { background-color: #359E3C; }

 a { background-color: rgb(53,158,60); }

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

<style>
 span { border-color: #359E3C; }

 span { border-color: rgb(53,158,60); }

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