Html Css Color HEX #40953E Fruit Salad

📋 copy color: '#40953E'

red 64 ◦ green 149 ◦ blue 62

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

Shades of Fruit Salad #40953E

Tints of Fruit Salad #40953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.18%

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 23.27%
G = 54.18%
B = 22.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#40953E (or 0x40953E) is known color: Fruit Salad. HEX triplet: 40, 95 and 3E. RGB value is (64,149,62). Sum of RGB (Red+Green+Blue) = 64+149+62=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #40953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40953E is #BF6AC1. Grayscale: #717171. Windows color (decimal): -12544706 or 4101440. OLE color: 4101440.

HSL color Cylindrical-coordinate representation of color #40953E: hue angle of 118.62º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40953E is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 62 -
CMYK 0.57 0 0.58 0.42
HSL 118.62º 0.41% 0.41% -
HSV(B) 118.62º 0.58% 0.58% -
XYZ 13.73 22.93 8.26 -
YUV 113.67 98.84 92.57 -
System Red Green Blue C M Y K H S L
Decimal 64 149 62 0.57 0 0.58 0.42 118.62 0.41 0.41
Hex 40 95 3E 39 0 3A 2A 77 29 29
Octal 100 225 76 71 0 72 52 167 51 51
Binary 1000000 10010101 111110 111001 0 111010 101010 1110111 101001 101001

Color Harmonies of #40953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40953E

Black with #40953E

Text Example


Text Example

White with #40953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40953E; }

 p { color: rgb(64,149,62); }

 H1.HeaderClassName
 {
   color: #40953E;
 }
 .AnyTagClassName
 {
   color: #40953E;
 }
</style>

background-color css

<style>
 a { background-color: #40953E; }

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

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

border-color css

<style>
 span { border-color: #40953E; }

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

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