#3AB948

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

Shades of Fruit Salad #3AB948

Tints of Fruit Salad #3AB948

Color information

#3AB948 (or 0x3AB948) is unknown color: approx Fruit Salad. HEX triplet: 3A, B9 and 48. RGB value is (58,185,72). Sum of RGB (Red+Green+Blue) = 58+185+72=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 185 (72.66% from 255 or 58.73% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB948 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB948 is #C546B7. Grayscale: #868686. Windows color (decimal): -12928696 or 4766010. OLE color: 4766010.

HSL color Cylindrical-coordinate representation of color #3AB948: hue angle of 126.61º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB948 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB5818572-
CMYK0.6900.610.27
HSL126.61º52.26%47.65%-
HSV(B)126.61º68.65%72.55%-
XYZ20.2636.0712.02-
YUV134.1592.9273.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.41%
GREEN value IS 185 (72.66% from 255) = 58.73%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=18.41%
G=58.73%
B=22.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58185720.6900.610.27126.6152.2647.65
Hex3AB9484503D1B7f3430
Octal72271110105075331776460
Binary11101010111001100100010001010111101110111111111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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