#3AA63C

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

Shades of Fruit Salad #3AA63C

Tints of Fruit Salad #3AA63C

Color information

#3AA63C (or 0x3AA63C) is unknown color: approx Fruit Salad. HEX triplet: 3A, A6 and 3C. RGB value is (58,166,60). Sum of RGB (Red+Green+Blue) = 58+166+60=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 166 (65.23% from 255 or 58.45% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA63C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA63C is #C559C3. Grayscale: #797979. Windows color (decimal): -12933572 or 3974714. OLE color: 3974714.

HSL color Cylindrical-coordinate representation of color #3AA63C: hue angle of 121.11º 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 #3AA63C is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB5816660-
CMYK0.6500.640.35
HSL121.11º48.21%43.92%-
HSV(B)121.11º65.06%65.1%-
XYZ16.228.58.92-
YUV121.6293.2282.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 166 (65.23% from 255) = 58.45%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=20.42%
G=58.45%
B=21.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58166600.6500.640.35121.1148.2143.92
Hex3AA63C410402379302c
Octal72246741010100431716054
Binary111010101001101111001000001010000001000111111001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,166,60); }

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

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

 a { background-color: rgb(58,166,60); }

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

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

 span { border-color: rgb(58,166,60); }

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