Html Css Color HEX #40953F Fruit Salad

📋 copy color: '#40953F'

red 64 ◦ green 149 ◦ blue 63

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

Shades of Fruit Salad #40953F

Tints of Fruit Salad #40953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.83%

R = 23.19%
G = 53.99%
B = 22.83%

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

#40953F (or 0x40953F) is known color: Fruit Salad. HEX triplet: 40, 95 and 3F. RGB value is (64,149,63). Sum of RGB (Red+Green+Blue) = 64+149+63=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #40953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40953F is #BF6AC0. Grayscale: #727272. Windows color (decimal): -12544705 or 4166976. OLE color: 4166976.

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

Color convert

RGB 64 149 63 -
CMYK 0.57 0 0.58 0.42
HSL 119.3º 0.41% 0.42% -
HSV(B) 119.3º 0.58% 0.58% -
XYZ 13.76 22.94 8.41 -
YUV 113.78 99.34 92.49 -
System Red Green Blue C M Y K H S L
Decimal 64 149 63 0.57 0 0.58 0.42 119.3 0.41 0.42
Hex 40 95 3F 39 0 3A 2A 77 29 2A
Octal 100 225 77 71 0 72 52 167 51 52
Binary 1000000 10010101 111111 111001 0 111010 101010 1110111 101001 101010

Color Harmonies of #40953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40953F

Black with #40953F

Text Example


Text Example

White with #40953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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