#40A446

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

Shades of Fruit Salad #40A446

Tints of Fruit Salad #40A446

Color information

#40A446 (or 0x40A446) is unknown color: approx Fruit Salad. HEX triplet: 40, A4 and 46. RGB value is (64,164,70). Sum of RGB (Red+Green+Blue) = 64+164+70=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 164 (64.45% from 255 or 55.03% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 164 - color contains mainly: green. Hex color #40A446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A446 is #BF5BB9. Grayscale: #7B7B7B. Windows color (decimal): -12540858 or 4629568. OLE color: 4629568.

HSL color Cylindrical-coordinate representation of color #40A446: hue angle of 123.6º 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 #40A446 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB6416470-
CMYK0.6100.570.36
HSL123.6º43.86%44.71%-
HSV(B)123.6º60.98%64.31%-
XYZ16.528.0810.35-
YUV123.3897.8785.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 164 (64.45% from 255) = 55.03%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=21.48%
G=55.03%
B=23.49%

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
Decimal64164700.6100.570.36123.643.8644.71
Hex40A4463D039247c2c2d
Octal10024410675071441745455
Binary100000010100100100011011110101110011001001111100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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