#40A63A

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

Shades of Fruit Salad #40A63A

Tints of Fruit Salad #40A63A

Color information

#40A63A (or 0x40A63A) is unknown color: approx Fruit Salad. HEX triplet: 40, A6 and 3A. RGB value is (64,166,58). Sum of RGB (Red+Green+Blue) = 64+166+58=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 166 (65.23% from 255 or 57.64% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 166 - color contains mainly: green. Hex color #40A63A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A63A is #BF59C5. Grayscale: #7B7B7B. Windows color (decimal): -12540358 or 3843648. OLE color: 3843648.

HSL color Cylindrical-coordinate representation of color #40A63A: hue angle of 116.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40A63A is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB6416658-
CMYK0.6100.650.35
HSL116.67º48.21%43.92%-
HSV(B)116.67º65.06%65.1%-
XYZ16.5128.678.67-
YUV123.1991.2185.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 166 (65.23% from 255) = 57.64%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=22.22%
G=57.64%
B=20.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64166580.6100.650.35116.6748.2143.92
Hex40A63A3D0412375302c
Octal10024672750101431656054
Binary100000010100110111010111101010000011000111110101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,166,58); }

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

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

 a { background-color: rgb(64,166,58); }

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

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

 span { border-color: rgb(64,166,58); }

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