#3AA340

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

Shades of Fruit Salad #3AA340

Tints of Fruit Salad #3AA340

Color information

#3AA340 (or 0x3AA340) is unknown color: approx Fruit Salad. HEX triplet: 3A, A3 and 40. RGB value is (58,163,64). Sum of RGB (Red+Green+Blue) = 58+163+64=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA340 is #C55CBF. Grayscale: #787878. Windows color (decimal): -12934336 or 4236090. OLE color: 4236090.

HSL color Cylindrical-coordinate representation of color #3AA340: hue angle of 123.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA340 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB5816364-
CMYK0.6400.610.36
HSL123.43º47.51%43.33%-
HSV(B)123.43º64.42%63.92%-
XYZ15.7727.469.32-
YUV120.3296.2183.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 163 (64.06% from 255) = 57.19%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=20.35%
G=57.19%
B=22.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58163640.6400.610.36123.4347.5143.33
Hex3AA3404003D247b302b
Octal72243100100075441736053
Binary111010101000111000000100000001111011001001111011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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