Html Css Color HEX #40A34D Fruit Salad

📋 copy color: '#40A34D'

red 64 ◦ green 163 ◦ blue 77

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

Shades of Fruit Salad #40A34D

Tints of Fruit Salad #40A34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.62%

 BLUE value IS 77 (30.47% from 255) = 25.33%

R = 21.05%
G = 53.62%
B = 25.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#40A34D (or 0x40A34D) is known color: Fruit Salad. HEX triplet: 40, A3 and 4D. RGB value is (64,163,77). Sum of RGB (Red+Green+Blue) = 64+163+77=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #40A34D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A34D is #BF5CB2. Grayscale: #7B7B7B. Windows color (decimal): -12541107 or 5088064. OLE color: 5088064.

HSL color Cylindrical-coordinate representation of color #40A34D: hue angle of 127.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A34D is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 163 77 -
CMYK 0.61 0 0.53 0.36
HSL 127.88º 0.44% 0.45% -
HSV(B) 127.88º 0.61% 0.64% -
XYZ 16.55 27.82 11.52 -
YUV 123.6 101.7 85.49 -
System Red Green Blue C M Y K H S L
Decimal 64 163 77 0.61 0 0.53 0.36 127.88 0.44 0.45
Hex 40 A3 4D 3D 0 35 24 80 2C 2D
Octal 100 243 115 75 0 65 44 200 54 55
Binary 1000000 10100011 1001101 111101 0 110101 100100 10000000 101100 101101

Color Harmonies of #40A34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A34D

Black with #40A34D

Text Example


Text Example

White with #40A34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,163,77); }

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

background-color css

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

 a { background-color: rgb(64,163,77); }

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

border-color css

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

 span { border-color: rgb(64,163,77); }

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