#3BAA44

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

Shades of Fruit Salad #3BAA44

Tints of Fruit Salad #3BAA44

Color information

#3BAA44 (or 0x3BAA44) is unknown color: approx Fruit Salad. HEX triplet: 3B, AA and 44. RGB value is (59,170,68). Sum of RGB (Red+Green+Blue) = 59+170+68=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAA44 is #C455BB. Grayscale: #7D7D7D. Windows color (decimal): -12867004 or 4500027. OLE color: 4500027.

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

Color convert

RGB5917068-
CMYK0.6500.60.33
HSL124.86º48.47%44.9%-
HSV(B)124.86º65.29%66.67%-
XYZ17.2230.110.37-
YUV125.1895.7380.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 170 (66.80% from 255) = 57.24%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=19.87%
G=57.24%
B=22.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59170680.6500.60.33124.8648.4744.9
Hex3BAA444103C217d302d
Octal73252104101074411756055
Binary111011101010101000100100000101111001000011111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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