#40A53F

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

Shades of Fruit Salad #40A53F

Tints of Fruit Salad #40A53F

Color information

#40A53F (or 0x40A53F) is unknown color: approx Fruit Salad. HEX triplet: 40, A5 and 3F. RGB value is (64,165,63). Sum of RGB (Red+Green+Blue) = 64+165+63=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #40A53F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A53F is #BF5AC0. Grayscale: #7B7B7B. Windows color (decimal): -12540609 or 4171072. OLE color: 4171072.

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

Color convert

RGB6416563-
CMYK0.6100.620.35
HSL119.41º44.74%44.71%-
HSV(B)119.41º61.82%64.71%-
XYZ16.4728.369.31-
YUV123.1794.0485.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 165 (64.84% from 255) = 56.51%
BLUE value IS 63 (25% from 255) = 21.58%
R=21.92%
G=56.51%
B=21.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64165630.6100.620.35119.4144.7444.71
Hex40A53F3D03E23772d2d
Octal1002457775076431675555
Binary10000001010010111111111110101111101000111110111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,165,63); }

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

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

 a { background-color: rgb(64,165,63); }

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

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

 span { border-color: rgb(64,165,63); }

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