Html Css Color HEX #40A340 Fruit Salad

📋 copy color: '#40A340'

red 64 ◦ green 163 ◦ blue 64

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

Shades of Fruit Salad #40A340

Tints of Fruit Salad #40A340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 21.99%
G = 56.01%
B = 21.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#40A340 (or 0x40A340) is known color: Fruit Salad. HEX triplet: 40, A3 and 40. RGB value is (64,163,64). Sum of RGB (Red+Green+Blue) = 64+163+64=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 163 (64.06% from 255 or 56.01% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 163 - color contains mainly: green. Hex color #40A340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A340 is #BF5CBF. Grayscale: #7A7A7A. Windows color (decimal): -12541120 or 4236096. OLE color: 4236096.

HSL color Cylindrical-coordinate representation of color #40A340: hue angle of 120º 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 #40A340 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 163 64 -
CMYK 0.61 0 0.61 0.36
HSL 120º 0.44% 0.45% -
HSV(B) 120º 0.61% 0.64% -
XYZ 16.14 27.65 9.34 -
YUV 122.11 95.2 86.55 -
System Red Green Blue C M Y K H S L
Decimal 64 163 64 0.61 0 0.61 0.36 120 0.44 0.45
Hex 40 A3 40 3D 0 3D 24 78 2C 2D
Octal 100 243 100 75 0 75 44 170 54 55
Binary 1000000 10100011 1000000 111101 0 111101 100100 1111000 101100 101101

Color Harmonies of #40A340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A340

Black with #40A340

Text Example


Text Example

White with #40A340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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