#40954B

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

Shades of Fruit Salad #40954B

Tints of Fruit Salad #40954B

Color information

#40954B (or 0x40954B) is unknown color: approx Fruit Salad. HEX triplet: 40, 95 and 4B. RGB value is (64,149,75). Sum of RGB (Red+Green+Blue) = 64+149+75=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #40954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40954B is #BF6AB4. Grayscale: #737373. Windows color (decimal): -12544693 or 4953408. OLE color: 4953408.

HSL color Cylindrical-coordinate representation of color #40954B: hue angle of 127.76º 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 #40954B is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB6414975-
CMYK0.5700.500.42
HSL127.76º39.91%41.76%-
HSV(B)127.76º57.05%58.43%-
XYZ14.1323.0910.37-
YUV115.15105.3491.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=22.22%
G=51.74%
B=26.04%

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
Decimal64149750.5700.500.42127.7639.9141.76
Hex40954B390322A80282a
Octal10022511371062522005052
Binary1000000100101011001011111001011001010101010000000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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