#3AA548

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

Shades of Fruit Salad #3AA548

Tints of Fruit Salad #3AA548

Color information

#3AA548 (or 0x3AA548) is unknown color: approx Fruit Salad. HEX triplet: 3A, A5 and 48. RGB value is (58,165,72). Sum of RGB (Red+Green+Blue) = 58+165+72=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA548 is #C55AB7. Grayscale: #7A7A7A. Windows color (decimal): -12933816 or 4760890. OLE color: 4760890.

HSL color Cylindrical-coordinate representation of color #3AA548: hue angle of 127.85º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA548 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB5816572-
CMYK0.6500.560.35
HSL127.85º47.98%43.73%-
HSV(B)127.85º64.85%64.71%-
XYZ16.3728.2810.73-
YUV122.499.5582.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 165 (64.84% from 255) = 55.93%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=19.66%
G=55.93%
B=24.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58165720.6500.560.35127.8547.9843.73
Hex3AA548410382380302c
Octal72245110101070432006054
Binary1110101010010110010001000001011100010001110000000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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