#3ab13c

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

Shades of Fruit Salad #3AB13C

Tints of Fruit Salad #3AB13C

Color information

#3AB13C (or 0x3AB13C) is unknown color: approx Fruit Salad. HEX triplet: 3A, B1 and 3C. RGB value is (58,177,60). Sum of RGB (Red+Green+Blue) = 58+177+60=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB13C is #C54EC3. Grayscale: #808080. Windows color (decimal): -12930756 or 3977530. OLE color: 3977530.

HSL color Cylindrical-coordinate representation of color #3AB13C: hue angle of 121.01º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB13C is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB5817760-
CMYK0.6700.660.31
HSL121.01º50.64%46.08%-
HSV(B)121.01º67.23%69.41%-
XYZ18.2832.679.62-
YUV128.0889.5878.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 177 (69.53% from 255) = 60%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=19.66%
G=60%
B=20.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58177600.6700.660.31121.0150.6446.08
Hex3AB13C430421F79332e
Octal72261741030102371716356
Binary11101010110001111100100001101000010111111111001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ab13c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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