#359540

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

Shades of Fruit Salad #359540

Tints of Fruit Salad #359540

Color information

#359540 (or 0x359540) is unknown color: approx Fruit Salad. HEX triplet: 35, 95 and 40. RGB value is (53,149,64). Sum of RGB (Red+Green+Blue) = 53+149+64=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #359540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359540 is #CA6ABF. Grayscale: #6E6E6E. Windows color (decimal): -13265600 or 4232501. OLE color: 4232501.

HSL color Cylindrical-coordinate representation of color #359540: hue angle of 126.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359540 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB5314964-
CMYK0.6400.570.42
HSL126.88º47.52%39.61%-
HSV(B)126.88º64.43%58.43%-
XYZ13.1422.628.52-
YUV110.61101.786.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 149 (58.59% from 255) = 56.02%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=19.92%
G=56.02%
B=24.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53149640.6400.570.42126.8847.5239.61
Hex359540400392A7f3028
Octal65225100100071521776050
Binary110101100101011000000100000001110011010101111111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359540; }

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

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

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

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

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

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

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

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