#3BA944

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

Shades of Fruit Salad #3BA944

Tints of Fruit Salad #3BA944

Color information

#3BA944 (or 0x3BA944) is unknown color: approx Fruit Salad. HEX triplet: 3B, A9 and 44. RGB value is (59,169,68). Sum of RGB (Red+Green+Blue) = 59+169+68=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA944 is #C456BB. Grayscale: #7C7C7C. Windows color (decimal): -12867260 or 4499771. OLE color: 4499771.

HSL color Cylindrical-coordinate representation of color #3BA944: hue angle of 124.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA944 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB5916968-
CMYK0.6500.600.34
HSL124.91º48.25%44.71%-
HSV(B)124.91º65.09%66.27%-
XYZ17.0329.7210.31-
YUV124.696.0681.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.93%
GREEN value IS 169 (66.41% from 255) = 57.09%
BLUE value IS 68 (26.95% from 255) = 22.97%
R=19.93%
G=57.09%
B=22.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal59169680.6500.600.34124.9148.2544.71
Hex3BA9444103C227d302d
Octal73251104101074421756055
Binary111011101010011000100100000101111001000101111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,169,68); }

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

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

 a { background-color: rgb(59,169,68); }

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

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

 span { border-color: rgb(59,169,68); }

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