#359F3B

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

Shades of Fruit Salad #359F3B

Tints of Fruit Salad #359F3B

Color information

#359F3B (or 0x359F3B) is unknown color: approx Fruit Salad. HEX triplet: 35, 9F and 3B. RGB value is (53,159,59). Sum of RGB (Red+Green+Blue) = 53+159+59=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 159 (62.5% from 255 or 58.67% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 159 - color contains mainly: green. Hex color #359F3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359F3B is #CA60C4. Grayscale: #747474. Windows color (decimal): -13263045 or 3907381. OLE color: 3907381.

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

Color convert

RGB5315959-
CMYK0.6700.630.38
HSL123.4º50%41.57%-
HSV(B)123.4º66.67%62.35%-
XYZ14.6625.878.36-
YUV115.9195.8883.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 159 (62.5% from 255) = 58.67%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=19.56%
G=58.67%
B=21.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53159590.6700.630.38123.45041.57
Hex359F3B4303F267b322a
Octal6523773103077461736252
Binary11010110011111111011100001101111111001101111011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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