#359C3B

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

Shades of Fruit Salad #359C3B

Tints of Fruit Salad #359C3B

Color information

#359C3B (or 0x359C3B) is unknown color: approx Fruit Salad. HEX triplet: 35, 9C and 3B. RGB value is (53,156,59). Sum of RGB (Red+Green+Blue) = 53+156+59=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 156 (61.33% from 255 or 58.21% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 156 - color contains mainly: green. Hex color #359C3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359C3B is #CA63C4. Grayscale: #727272. Windows color (decimal): -13263813 or 3906613. OLE color: 3906613.

HSL color Cylindrical-coordinate representation of color #359C3B: hue angle of 123.5º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C3B is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB5315659-
CMYK0.6600.620.39
HSL123.5º49.28%40.98%-
HSV(B)123.5º66.03%61.18%-
XYZ14.1524.858.19-
YUV114.1496.8884.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 156 (61.33% from 255) = 58.21%
BLUE value IS 59 (23.44% from 255) = 22.01%
R=19.78%
G=58.21%
B=22.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53156590.6600.620.39123.549.2840.98
Hex359C3B4203E277b3129
Octal6523473102076471736151
Binary11010110011100111011100001001111101001111111011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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