Html Css Color HEX #40B949 Fruit Salad

📋 copy color: '#40B949'

red 64 ◦ green 185 ◦ blue 73

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

Shades of Fruit Salad #40B949

Tints of Fruit Salad #40B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.45%

 BLUE value IS 73 (28.91% from 255) = 22.67%

R = 19.88%
G = 57.45%
B = 22.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#40B949 (or 0x40B949) is known color: Fruit Salad. HEX triplet: 40, B9 and 49. RGB value is (64,185,73). Sum of RGB (Red+Green+Blue) = 64+185+73=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #40B949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B949 is #BF46B6. Grayscale: #888888. Windows color (decimal): -12535479 or 4831552. OLE color: 4831552.

HSL color Cylindrical-coordinate representation of color #40B949: hue angle of 124.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B949 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 185 73 -
CMYK 0.65 0 0.61 0.27
HSL 124.46º 0.49% 0.49% -
HSV(B) 124.46º 0.65% 0.73% -
XYZ 20.67 36.27 12.21 -
YUV 136.05 92.41 76.61 -
System Red Green Blue C M Y K H S L
Decimal 64 185 73 0.65 0 0.61 0.27 124.46 0.49 0.49
Hex 40 B9 49 41 0 3D 1B 7C 31 31
Octal 100 271 111 101 0 75 33 174 61 61
Binary 1000000 10111001 1001001 1000001 0 111101 11011 1111100 110001 110001

Color Harmonies of #40B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B949

Black with #40B949

Text Example


Text Example

White with #40B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40B949; }

 p { color: rgb(64,185,73); }

 H1.HeaderClassName
 {
   color: #40B949;
 }
 .AnyTagClassName
 {
   color: #40B949;
 }
</style>

background-color css

<style>
 a { background-color: #40B949; }

 a { background-color: rgb(64,185,73); }

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

border-color css

<style>
 span { border-color: #40B949; }

 span { border-color: rgb(64,185,73); }

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