Html Css Color HEX #40B749 Fruit Salad

📋 copy color: '#40B749'

red 64 ◦ green 183 ◦ blue 73

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

Shades of Fruit Salad #40B749

Tints of Fruit Salad #40B749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.19%

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

R = 20%
G = 57.19%
B = 22.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#40B749 (or 0x40B749) is known color: Fruit Salad. HEX triplet: 40, B7 and 49. RGB value is (64,183,73). Sum of RGB (Red+Green+Blue) = 64+183+73=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 183 (71.88% from 255 or 57.19% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 183 - color contains mainly: green. Hex color #40B749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B749 is #BF48B6. Grayscale: #878787. Windows color (decimal): -12535991 or 4831040. OLE color: 4831040.

HSL color Cylindrical-coordinate representation of color #40B749: hue angle of 124.54º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B749 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 183 73 -
CMYK 0.65 0 0.60 0.28
HSL 124.54º 0.48% 0.48% -
HSV(B) 124.54º 0.65% 0.72% -
XYZ 20.25 35.44 12.08 -
YUV 134.88 93.08 77.44 -
System Red Green Blue C M Y K H S L
Decimal 64 183 73 0.65 0 0.60 0.28 124.54 0.48 0.48
Hex 40 B7 49 41 0 3C 1C 7D 30 30
Octal 100 267 111 101 0 74 34 175 60 60
Binary 1000000 10110111 1001001 1000001 0 111100 11100 1111101 110000 110000

Color Harmonies of #40B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B749

Black with #40B749

Text Example


Text Example

White with #40B749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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