#359E40

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

Shades of Fruit Salad #359E40

Tints of Fruit Salad #359E40

Color information

#359E40 (or 0x359E40) is unknown color: approx Fruit Salad. HEX triplet: 35, 9E and 40. RGB value is (53,158,64). Sum of RGB (Red+Green+Blue) = 53+158+64=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 158 (62.11% from 255 or 57.45% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 158 - color contains mainly: green. Hex color #359E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359E40 is #CA61BF. Grayscale: #747474. Windows color (decimal): -13263296 or 4234805. OLE color: 4234805.

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

Color convert

RGB5315864-
CMYK0.6600.590.38
HSL126.29º49.76%41.37%-
HSV(B)126.29º66.46%61.96%-
XYZ14.6225.589.02-
YUV115.8998.7183.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 158 (62.11% from 255) = 57.45%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=19.27%
G=57.45%
B=23.27%

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
Decimal53158640.6600.590.38126.2949.7641.37
Hex359E404203B267e3229
Octal65236100102073461766251
Binary110101100111101000000100001001110111001101111110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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