#32a740

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

Shades of Fruit Salad #32A740

Tints of Fruit Salad #32A740

Color information

#32A740 (or 0x32A740) is unknown color: approx Fruit Salad. HEX triplet: 32, A7 and 40. RGB value is (50,167,64). Sum of RGB (Red+Green+Blue) = 50+167+64=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 167 (65.62% from 255 or 59.43% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 167 - color contains mainly: green. Hex color #32A740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A740 is #CD58BF. Grayscale: #787878. Windows color (decimal): -13457600 or 4237106. OLE color: 4237106.

HSL color Cylindrical-coordinate representation of color #32A740: hue angle of 127.18º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A740 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB5016764-
CMYK0.7000.620.35
HSL127.18º53.92%42.55%-
HSV(B)127.18º70.06%65.49%-
XYZ16.0628.699.54-
YUV120.2896.2477.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 167 (65.62% from 255) = 59.43%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=17.79%
G=59.43%
B=22.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal50167640.7000.620.35127.1853.9242.55
Hex32A7404603E237f362b
Octal62247100106076431776653
Binary110010101001111000000100011001111101000111111111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32a740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32a740; }

 p { color: rgb(50,167,64); }

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

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

 a { background-color: rgb(50,167,64); }

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

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

 span { border-color: rgb(50,167,64); }

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