#40944B

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

Shades of Fruit Salad #40944B

Tints of Fruit Salad #40944B

Color information

#40944B (or 0x40944B) is unknown color: approx Fruit Salad. HEX triplet: 40, 94 and 4B. RGB value is (64,148,75). Sum of RGB (Red+Green+Blue) = 64+148+75=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #40944B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40944B is #BF6BB4. Grayscale: #727272. Windows color (decimal): -12544949 or 4953152. OLE color: 4953152.

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

Color convert

RGB6414875-
CMYK0.5700.490.42
HSL127.86º39.62%41.57%-
HSV(B)127.86º56.76%58.04%-
XYZ13.9722.7810.32-
YUV114.56105.6791.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=22.30%
G=51.57%
B=26.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64148750.5700.490.42127.8639.6241.57
Hex40944B390312A80282a
Octal10022411371061522005052
Binary1000000100101001001011111001011000110101010000000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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