#3AC353

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

Shades of Fruit Salad #3AC353

Tints of Fruit Salad #3AC353

Color information

#3AC353 (or 0x3AC353) is unknown color: approx Fruit Salad. HEX triplet: 3A, C3 and 53. RGB value is (58,195,83). Sum of RGB (Red+Green+Blue) = 58+195+83=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC353 is #C53CAC. Grayscale: #8D8D8D. Windows color (decimal): -12926125 or 5489466. OLE color: 5489466.

HSL color Cylindrical-coordinate representation of color #3AC353: hue angle of 130.95º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC353 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB5819583-
CMYK0.7000.570.24
HSL130.95º54.15%49.61%-
HSV(B)130.95º70.26%76.47%-
XYZ22.8240.5514.81-
YUV141.2795.1168.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.26%
GREEN value IS 195 (76.56% from 255) = 58.04%
BLUE value IS 83 (32.81% from 255) = 24.70%
R=17.26%
G=58.04%
B=24.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58195830.7000.570.24130.9554.1549.61
Hex3AC3534603918833632
Octal72303123106071302036662
Binary111010110000111010011100011001110011100010000011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,195,83); }

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

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

 a { background-color: rgb(58,195,83); }

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

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

 span { border-color: rgb(58,195,83); }

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