#40A143

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

Shades of Fruit Salad #40A143

Tints of Fruit Salad #40A143

Color information

#40A143 (or 0x40A143) is unknown color: approx Fruit Salad. HEX triplet: 40, A1 and 43. RGB value is (64,161,67). Sum of RGB (Red+Green+Blue) = 64+161+67=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #40A143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A143 is #BF5EBC. Grayscale: #797979. Windows color (decimal): -12541629 or 4432192. OLE color: 4432192.

HSL color Cylindrical-coordinate representation of color #40A143: hue angle of 121.86º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A143 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB6416167-
CMYK0.6000.580.37
HSL121.86º43.11%44.12%-
HSV(B)121.86º60.25%63.14%-
XYZ15.8726.989.68-
YUV121.2897.3687.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 161 (63.28% from 255) = 55.14%
BLUE value IS 67 (26.56% from 255) = 22.95%
R=21.92%
G=55.14%
B=22.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64161670.6000.580.37121.8643.1144.12
Hex40A1433C03A257a2b2c
Octal10024110374072451725354
Binary100000010100001100001111110001110101001011111010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A143; }

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

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

<style>
 a { background-color: #40A143; }

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

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

<style>
 span { border-color: #40A143; }

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

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