#359F3A

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

Shades of Fruit Salad #359F3A

Tints of Fruit Salad #359F3A

Color information

#359F3A (or 0x359F3A) is unknown color: approx Fruit Salad. HEX triplet: 35, 9F and 3A. RGB value is (53,159,58). Sum of RGB (Red+Green+Blue) = 53+159+58=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 159 (62.5% from 255 or 58.89% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 159 - color contains mainly: green. Hex color #359F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359F3A is #CA60C5. Grayscale: #747474. Windows color (decimal): -13263046 or 3841845. OLE color: 3841845.

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

Color convert

RGB5315958-
CMYK0.6700.640.38
HSL122.83º50%41.57%-
HSV(B)122.83º66.67%62.35%-
XYZ14.6325.868.22-
YUV115.7995.3883.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 159 (62.5% from 255) = 58.89%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=19.63%
G=58.89%
B=21.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53159580.6700.640.38122.835041.57
Hex359F3A43040267b322a
Octal65237721030100461736252
Binary110101100111111110101000011010000001001101111011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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