#3AAB40

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

Shades of Fruit Salad #3AAB40

Tints of Fruit Salad #3AAB40

Color information

#3AAB40 (or 0x3AAB40) is unknown color: approx Fruit Salad. HEX triplet: 3A, AB and 40. RGB value is (58,171,64). Sum of RGB (Red+Green+Blue) = 58+171+64=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAB40 is #C554BF. Grayscale: #7D7D7D. Windows color (decimal): -12932288 or 4238138. OLE color: 4238138.

HSL color Cylindrical-coordinate representation of color #3AAB40: hue angle of 123.19º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAB40 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB5817164-
CMYK0.6600.630.33
HSL123.19º49.34%44.9%-
HSV(B)123.19º66.08%67.06%-
XYZ17.2330.49.81-
YUV125.0293.5680.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.80%
GREEN value IS 171 (67.19% from 255) = 58.36%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=19.80%
G=58.36%
B=21.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58171640.6600.630.33123.1949.3444.9
Hex3AAB404203F217b312d
Octal72253100102077411736155
Binary111010101010111000000100001001111111000011111011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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