#3ABC4F

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

Shades of Fruit Salad #3ABC4F

Tints of Fruit Salad #3ABC4F

Color information

#3ABC4F (or 0x3ABC4F) is unknown color: approx Fruit Salad. HEX triplet: 3A, BC and 4F. RGB value is (58,188,79). Sum of RGB (Red+Green+Blue) = 58+188+79=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ABC4F is #C543B0. Grayscale: #898989. Windows color (decimal): -12927921 or 5225530. OLE color: 5225530.

HSL color Cylindrical-coordinate representation of color #3ABC4F: hue angle of 129.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC4F is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB5818879-
CMYK0.6900.580.26
HSL129.69º52.85%48.24%-
HSV(B)129.69º69.15%73.73%-
XYZ21.1437.4313.51-
YUV136.795.4371.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 188 (73.83% from 255) = 57.85%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=17.85%
G=57.85%
B=24.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58188790.6900.580.26129.6952.8548.24
Hex3ABC4F4503A1A823530
Octal72274117105072322026560
Binary111010101111001001111100010101110101101010000010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,188,79); }

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

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

 a { background-color: rgb(58,188,79); }

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

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

 span { border-color: rgb(58,188,79); }

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