#3AA946

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

Shades of Fruit Salad #3AA946

Tints of Fruit Salad #3AA946

Color information

#3AA946 (or 0x3AA946) is unknown color: approx Fruit Salad. HEX triplet: 3A, A9 and 46. RGB value is (58,169,70). Sum of RGB (Red+Green+Blue) = 58+169+70=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 169 (66.41% from 255 or 56.90% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA946 is #C556B9. Grayscale: #7C7C7C. Windows color (decimal): -12932794 or 4630842. OLE color: 4630842.

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

Color convert

RGB5816970-
CMYK0.6600.590.34
HSL126.49º48.9%44.51%-
HSV(B)126.49º65.68%66.27%-
XYZ17.0429.7210.63-
YUV124.5297.2380.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 169 (66.41% from 255) = 56.90%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=19.53%
G=56.90%
B=23.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal58169700.6600.590.34126.4948.944.51
Hex3AA9464203B227e312d
Octal72251106102073421766155
Binary111010101010011000110100001001110111000101111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,169,70); }

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

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

 a { background-color: rgb(58,169,70); }

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

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

 span { border-color: rgb(58,169,70); }

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