Html Css Color HEX #40A646 Fruit Salad

📋 copy color: '#40A646'

red 64 ◦ green 166 ◦ blue 70

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

Shades of Fruit Salad #40A646

Tints of Fruit Salad #40A646

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.33%

 BLUE value IS 70 (27.73% from 255) = 23.33%

R = 21.33%
G = 55.33%
B = 23.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#40A646 (or 0x40A646) is known color: Fruit Salad. HEX triplet: 40, A6 and 46. RGB value is (64,166,70). Sum of RGB (Red+Green+Blue) = 64+166+70=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #40A646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A646 is #BF59B9. Grayscale: #7C7C7C. Windows color (decimal): -12540346 or 4630080. OLE color: 4630080.

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

Color convert

RGB 64 166 70 -
CMYK 0.61 0 0.58 0.35
HSL 123.53º 0.44% 0.45% -
HSV(B) 123.53º 0.61% 0.65% -
XYZ 16.86 28.8 10.47 -
YUV 124.56 97.21 84.81 -
System Red Green Blue C M Y K H S L
Decimal 64 166 70 0.61 0 0.58 0.35 123.53 0.44 0.45
Hex 40 A6 46 3D 0 3A 23 7C 2C 2D
Octal 100 246 106 75 0 72 43 174 54 55
Binary 1000000 10100110 1000110 111101 0 111010 100011 1111100 101100 101101

Color Harmonies of #40A646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A646

Black with #40A646

Text Example


Text Example

White with #40A646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,166,70); }

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

background-color css

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

 a { background-color: rgb(64,166,70); }

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

border-color css

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

 span { border-color: rgb(64,166,70); }

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