#40A247

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

Shades of Fruit Salad #40A247

Tints of Fruit Salad #40A247

Color information

#40A247 (or 0x40A247) is unknown color: approx Fruit Salad. HEX triplet: 40, A2 and 47. RGB value is (64,162,71). Sum of RGB (Red+Green+Blue) = 64+162+71=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #40A247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A247 is #BF5DB8. Grayscale: #7A7A7A. Windows color (decimal): -12541369 or 4694592. OLE color: 4694592.

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

Color convert

RGB6416271-
CMYK0.6000.560.36
HSL124.29º43.36%44.31%-
HSV(B)124.29º60.49%63.53%-
XYZ16.1727.3910.39-
YUV122.3299.0386.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=21.55%
G=54.55%
B=23.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64162710.6000.560.36124.2943.3644.31
Hex40A2473C038247c2b2c
Octal10024210774070441745354
Binary100000010100010100011111110001110001001001111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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