#40994A

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

Shades of Fruit Salad #40994A

Tints of Fruit Salad #40994A

Color information

#40994A (or 0x40994A) is unknown color: approx Fruit Salad. HEX triplet: 40, 99 and 4A. RGB value is (64,153,74). Sum of RGB (Red+Green+Blue) = 64+153+74=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #40994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40994A is #BF66B5. Grayscale: #757575. Windows color (decimal): -12543670 or 4888896. OLE color: 4888896.

HSL color Cylindrical-coordinate representation of color #40994A: hue angle of 126.74º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40994A is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB6415374-
CMYK0.5800.520.4
HSL126.74º41.01%42.55%-
HSV(B)126.74º58.17%60%-
XYZ14.7424.3710.4-
YUV117.38103.5189.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 74 (29.30% from 255) = 25.43%
R=21.99%
G=52.58%
B=25.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64153740.5800.520.4126.7441.0142.55
Hex40994A3A034287f292b
Octal10023111272064501775153
Binary100000010011001100101011101001101001010001111111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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