#3AB447

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

Shades of Fruit Salad #3AB447

Tints of Fruit Salad #3AB447

Color information

#3AB447 (or 0x3AB447) is unknown color: approx Fruit Salad. HEX triplet: 3A, B4 and 47. RGB value is (58,180,71). Sum of RGB (Red+Green+Blue) = 58+180+71=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #3AB447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB447 is #C54BB8. Grayscale: #838383. Windows color (decimal): -12929977 or 4699194. OLE color: 4699194.

HSL color Cylindrical-coordinate representation of color #3AB447: hue angle of 126.39º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB447 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB5818071-
CMYK0.6800.610.29
HSL126.39º51.26%46.67%-
HSV(B)126.39º67.78%70.59%-
XYZ19.23411.51-
YUV131.194.0875.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.77%
GREEN value IS 180 (70.70% from 255) = 58.25%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=18.77%
G=58.25%
B=22.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58180710.6800.610.29126.3951.2646.67
Hex3AB4474403D1D7e332f
Octal72264107104075351766357
Binary11101010110100100011110001000111101111011111110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,180,71); }

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

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

 a { background-color: rgb(58,180,71); }

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

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

 span { border-color: rgb(58,180,71); }

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