#3AB140

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

Shades of Fruit Salad #3AB140

Tints of Fruit Salad #3AB140

Color information

#3AB140 (or 0x3AB140) is unknown color: approx Fruit Salad. HEX triplet: 3A, B1 and 40. RGB value is (58,177,64). Sum of RGB (Red+Green+Blue) = 58+177+64=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 177 (69.53% from 255 or 59.20% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB140 is #C54EBF. Grayscale: #808080. Windows color (decimal): -12930752 or 4239674. OLE color: 4239674.

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

Color convert

RGB5817764-
CMYK0.6700.640.31
HSL123.03º50.64%46.08%-
HSV(B)123.03º67.23%69.41%-
XYZ18.3932.7110.2-
YUV128.5491.5877.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.40%
GREEN value IS 177 (69.53% from 255) = 59.20%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=19.40%
G=59.20%
B=21.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58177640.6700.640.31123.0350.6446.08
Hex3AB140430401F7b332e
Octal722611001030100371736356
Binary111010101100011000000100001101000000111111111011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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