#40954A

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

Shades of Fruit Salad #40954A

Tints of Fruit Salad #40954A

Color information

#40954A (or 0x40954A) is unknown color: approx Fruit Salad. HEX triplet: 40, 95 and 4A. RGB value is (64,149,74). Sum of RGB (Red+Green+Blue) = 64+149+74=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #40954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40954A is #BF6AB5. Grayscale: #737373. Windows color (decimal): -12544694 or 4887872. OLE color: 4887872.

HSL color Cylindrical-coordinate representation of color #40954A: hue angle of 127.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40954A is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB6414974-
CMYK0.5700.500.42
HSL127.06º39.91%41.76%-
HSV(B)127.06º57.05%58.43%-
XYZ14.123.0810.19-
YUV115.04104.8491.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 149 (58.59% from 255) = 51.92%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=22.30%
G=51.92%
B=25.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64149740.5700.500.42127.0639.9141.76
Hex40954A390322A7f282a
Octal10022511271062521775052
Binary100000010010101100101011100101100101010101111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40954A; }

 p { color: rgb(64,149,74); }

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

<style>
 a { background-color: #40954A; }

 a { background-color: rgb(64,149,74); }

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

<style>
 span { border-color: #40954A; }

 span { border-color: rgb(64,149,74); }

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