#40A447

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

Shades of Fruit Salad #40A447

Tints of Fruit Salad #40A447

Color information

#40A447 (or 0x40A447) is unknown color: approx Fruit Salad. HEX triplet: 40, A4 and 47. RGB value is (64,164,71). Sum of RGB (Red+Green+Blue) = 64+164+71=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #40A447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A447 is #BF5BB8. Grayscale: #7B7B7B. Windows color (decimal): -12540857 or 4695104. OLE color: 4695104.

HSL color Cylindrical-coordinate representation of color #40A447: hue angle of 124.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A447 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB6416471-
CMYK0.6100.570.36
HSL124.2º43.86%44.71%-
HSV(B)124.2º60.98%64.31%-
XYZ16.5328.110.51-
YUV123.598.3785.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 164 (64.45% from 255) = 54.85%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=21.40%
G=54.85%
B=23.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64164710.6100.570.36124.243.8644.71
Hex40A4473D039247c2c2d
Octal10024410775071441745455
Binary100000010100100100011111110101110011001001111100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,164,71); }

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

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

 a { background-color: rgb(64,164,71); }

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

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

 span { border-color: rgb(64,164,71); }

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