#359F41

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

Shades of Fruit Salad #359F41

Tints of Fruit Salad #359F41

Color information

#359F41 (or 0x359F41) is unknown color: approx Fruit Salad. HEX triplet: 35, 9F and 41. RGB value is (53,159,65). Sum of RGB (Red+Green+Blue) = 53+159+65=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #359F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359F41 is #CA60BE. Grayscale: #747474. Windows color (decimal): -13263039 or 4300597. OLE color: 4300597.

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

Color convert

RGB5315965-
CMYK0.6700.590.38
HSL126.79º50%41.57%-
HSV(B)126.79º66.67%62.35%-
XYZ14.8225.939.23-
YUV116.5998.8882.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 159 (62.5% from 255) = 57.40%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=19.13%
G=57.40%
B=23.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53159650.6700.590.38126.795041.57
Hex359F414303B267f322a
Octal65237101103073461776252
Binary110101100111111000001100001101110111001101111111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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