#3AB64C

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

Shades of Fruit Salad #3AB64C

Tints of Fruit Salad #3AB64C

Color information

#3AB64C (or 0x3AB64C) is unknown color: approx Fruit Salad. HEX triplet: 3A, B6 and 4C. RGB value is (58,182,76). Sum of RGB (Red+Green+Blue) = 58+182+76=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 182 (71.48% from 255 or 57.59% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 182 - color contains mainly: green. Hex color #3AB64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB64C is #C549B3. Grayscale: #858585. Windows color (decimal): -12929460 or 5027386. OLE color: 5027386.

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

Color convert

RGB5818276-
CMYK0.6800.580.29
HSL128.71º51.67%47.06%-
HSV(B)128.71º68.13%71.37%-
XYZ19.7834.8812.53-
YUV132.8495.9274.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 182 (71.48% from 255) = 57.59%
BLUE value IS 76 (30.08% from 255) = 24.05%
R=18.35%
G=57.59%
B=24.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58182760.6800.580.29128.7151.6747.06
Hex3AB64C4403A1D81342f
Octal72266114104072352016457
Binary111010101101101001100100010001110101110110000001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,182,76); }

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

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

 a { background-color: rgb(58,182,76); }

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

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

 span { border-color: rgb(58,182,76); }

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