#359940

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

Shades of Fruit Salad #359940

Tints of Fruit Salad #359940

Color information

#359940 (or 0x359940) is unknown color: approx Fruit Salad. HEX triplet: 35, 99 and 40. RGB value is (53,153,64). Sum of RGB (Red+Green+Blue) = 53+153+64=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #359940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359940 is #CA66BF. Grayscale: #717171. Windows color (decimal): -13264576 or 4233525. OLE color: 4233525.

HSL color Cylindrical-coordinate representation of color #359940: hue angle of 126.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359940 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB5315364-
CMYK0.6500.580.4
HSL126.6º48.54%40.39%-
HSV(B)126.6º65.36%60%-
XYZ13.7823.918.74-
YUV112.95100.3785.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 153 (60.16% from 255) = 56.67%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=19.63%
G=56.67%
B=23.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53153640.6500.580.4126.648.5440.39
Hex3599404103A287f3128
Octal65231100101072501776150
Binary110101100110011000000100000101110101010001111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359940; }

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

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

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

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

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

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

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

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