#359e41

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

Shades of Fruit Salad #359E41

Tints of Fruit Salad #359E41

Color information

#359E41 (or 0x359E41) is unknown color: approx Fruit Salad. HEX triplet: 35, 9E and 41. RGB value is (53,158,65). Sum of RGB (Red+Green+Blue) = 53+158+65=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 158 (62.11% from 255 or 57.25% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 158 - color contains mainly: green. Hex color #359E41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359E41 is #CA61BE. Grayscale: #747474. Windows color (decimal): -13263295 or 4300341. OLE color: 4300341.

HSL color Cylindrical-coordinate representation of color #359E41: hue angle of 126.86º 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 #359E41 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB5315865-
CMYK0.6600.590.38
HSL126.86º49.76%41.37%-
HSV(B)126.86º66.46%61.96%-
XYZ14.6525.599.17-
YUV11699.2183.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 158 (62.11% from 255) = 57.25%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=19.20%
G=57.25%
B=23.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53158650.6600.590.38126.8649.7641.37
Hex359E414203B267f3229
Octal65236101102073461776251
Binary110101100111101000001100001001110111001101111111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359e41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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