Html Css Color HEX #40A039 Fruit Salad

📋 copy color: '#40A039'

red 64 ◦ green 160 ◦ blue 57

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

Shades of Fruit Salad #40A039

Tints of Fruit Salad #40A039

RGB

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

 GREEN value IS 160 (62.89% from 255) = 56.94%

 BLUE value IS 57 (22.66% from 255) = 20.28%

R = 22.78%
G = 56.94%
B = 20.28%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#40A039 (or 0x40A039) is known color: Fruit Salad. HEX triplet: 40, A0 and 39. RGB value is (64,160,57). Sum of RGB (Red+Green+Blue) = 64+160+57=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #40A039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A039 is #BF5FC6. Grayscale: #777777. Windows color (decimal): -12541895 or 3776576. OLE color: 3776576.

HSL color Cylindrical-coordinate representation of color #40A039: hue angle of 115.92º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40A039 is Cyan = 0.6, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 160 57 -
CMYK 0.6 0 0.64 0.37
HSL 115.92º 0.47% 0.43% -
HSV(B) 115.92º 0.64% 0.63% -
XYZ 15.42 26.53 8.18 -
YUV 119.55 92.7 88.38 -
System Red Green Blue C M Y K H S L
Decimal 64 160 57 0.6 0 0.64 0.37 115.92 0.47 0.43
Hex 40 A0 39 3C 0 40 25 74 2F 2B
Octal 100 240 71 74 0 100 45 164 57 53
Binary 1000000 10100000 111001 111100 0 1000000 100101 1110100 101111 101011

Color Harmonies of #40A039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A039

Black with #40A039

Text Example


Text Example

White with #40A039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,160,57); }

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

background-color css

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

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

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

border-color css

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

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

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