#359E42

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

Shades of Fruit Salad #359E42

Tints of Fruit Salad #359E42

Color information

#359E42 (or 0x359E42) is unknown color: approx Fruit Salad. HEX triplet: 35, 9E and 42. RGB value is (53,158,66). Sum of RGB (Red+Green+Blue) = 53+158+66=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #359E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359E42 is #CA61BD. Grayscale: #747474. Windows color (decimal): -13263294 or 4365877. OLE color: 4365877.

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

Color convert

RGB5315866-
CMYK0.6600.580.38
HSL127.43º49.76%41.37%-
HSV(B)127.43º66.46%61.96%-
XYZ14.6825.69.32-
YUV116.1299.7182.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 158 (62.11% from 255) = 57.04%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=19.13%
G=57.04%
B=23.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53158660.6600.580.38127.4349.7641.37
Hex359E424203A267f3229
Octal65236102102072461776251
Binary110101100111101000010100001001110101001101111111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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