#3bac42

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

Shades of Fruit Salad #3BAC42

Tints of Fruit Salad #3BAC42

Color information

#3BAC42 (or 0x3BAC42) is unknown color: approx Fruit Salad. HEX triplet: 3B, AC and 42. RGB value is (59,172,66). Sum of RGB (Red+Green+Blue) = 59+172+66=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAC42 is #C453BD. Grayscale: #7E7E7E. Windows color (decimal): -12866494 or 4369467. OLE color: 4369467.

HSL color Cylindrical-coordinate representation of color #3BAC42: hue angle of 123.72º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAC42 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB5917266-
CMYK0.6600.620.33
HSL123.72º48.92%45.29%-
HSV(B)123.72º65.7%67.45%-
XYZ17.5430.8310.18-
YUV126.1394.0680.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 172 (67.58% from 255) = 57.91%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=19.87%
G=57.91%
B=22.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59172660.6600.620.33123.7248.9245.29
Hex3BAC424203E217c312d
Octal73254102102076411746155
Binary111011101011001000010100001001111101000011111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bac42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3bac42; }

 p { color: rgb(59,172,66); }

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

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

 a { background-color: rgb(59,172,66); }

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

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

 span { border-color: rgb(59,172,66); }

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