#3AA143

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

Shades of Fruit Salad #3AA143

Tints of Fruit Salad #3AA143

Color information

#3AA143 (or 0x3AA143) is unknown color: approx Fruit Salad. HEX triplet: 3A, A1 and 43. RGB value is (58,161,67). Sum of RGB (Red+Green+Blue) = 58+161+67=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA143 is #C55EBC. Grayscale: #777777. Windows color (decimal): -12934845 or 4432186. OLE color: 4432186.

HSL color Cylindrical-coordinate representation of color #3AA143: hue angle of 125.24º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA143 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB5816167-
CMYK0.6400.580.37
HSL125.24º47.03%42.94%-
HSV(B)125.24º63.98%63.14%-
XYZ15.526.799.66-
YUV119.4998.3884.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 161 (63.28% from 255) = 56.29%
BLUE value IS 67 (26.56% from 255) = 23.43%
R=20.28%
G=56.29%
B=23.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal58161670.6400.580.37125.2447.0342.94
Hex3AA1434003A257d2f2b
Octal72241103100072451755753
Binary111010101000011000011100000001110101001011111101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,161,67); }

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

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

 a { background-color: rgb(58,161,67); }

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

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

 span { border-color: rgb(58,161,67); }

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