#3AB548

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

Shades of Fruit Salad #3AB548

Tints of Fruit Salad #3AB548

Color information

#3AB548 (or 0x3AB548) is unknown color: approx Fruit Salad. HEX triplet: 3A, B5 and 48. RGB value is (58,181,72). Sum of RGB (Red+Green+Blue) = 58+181+72=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #3AB548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB548 is #C54AB7. Grayscale: #848484. Windows color (decimal): -12929720 or 4764986. OLE color: 4764986.

HSL color Cylindrical-coordinate representation of color #3AB548: hue angle of 126.83º 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 #3AB548 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB5818172-
CMYK0.6800.600.29
HSL126.83º51.46%46.86%-
HSV(B)126.83º67.96%70.98%-
XYZ19.4434.4211.75-
YUV131.894.2575.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.65%
GREEN value IS 181 (71.09% from 255) = 58.20%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=18.65%
G=58.20%
B=23.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58181720.6800.600.29126.8351.4646.86
Hex3AB5484403C1D7f332f
Octal72265110104074351776357
Binary11101010110101100100010001000111100111011111111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,181,72); }

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

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

 a { background-color: rgb(58,181,72); }

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

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

 span { border-color: rgb(58,181,72); }

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