Html Css Color HEX #40944A Fruit Salad

📋 copy color: '#40944A'

red 64 ◦ green 148 ◦ blue 74

#40944A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #40944A

Tints of Fruit Salad #40944A

RGB

 RED value IS 64 (25.39% from 255) = 22.38%

 GREEN value IS 148 (58.2% from 255) = 51.75%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 22.38%
G = 51.75%
B = 25.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#40944A (or 0x40944A) is known color: Fruit Salad. HEX triplet: 40, 94 and 4A. RGB value is (64,148,74). Sum of RGB (Red+Green+Blue) = 64+148+74=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #40944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40944A is #BF6BB5. Grayscale: #727272. Windows color (decimal): -12544950 or 4887616. OLE color: 4887616.

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

Color convert

RGB 64 148 74 -
CMYK 0.57 0 0.50 0.42
HSL 127.14º 0.4% 0.42% -
HSV(B) 127.14º 0.57% 0.58% -
XYZ 13.94 22.76 10.14 -
YUV 114.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 64 148 74 0.57 0 0.50 0.42 127.14 0.4 0.42
Hex 40 94 4A 39 0 32 2A 7F 28 2A
Octal 100 224 112 71 0 62 52 177 50 52
Binary 1000000 10010100 1001010 111001 0 110010 101010 1111111 101000 101010

Color Harmonies of #40944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40944A

Black with #40944A

Text Example


Text Example

White with #40944A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40944A;
 }
 .AnyTagClassName
 {
   color: #40944A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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