Html Css Color HEX #40913F Fruit Salad

📋 copy color: '#40913F'

red 64 ◦ green 145 ◦ blue 63

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

Shades of Fruit Salad #40913F

Tints of Fruit Salad #40913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.31%

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

R = 23.53%
G = 53.31%
B = 23.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#40913F (or 0x40913F) is known color: Fruit Salad. HEX triplet: 40, 91 and 3F. RGB value is (64,145,63). Sum of RGB (Red+Green+Blue) = 64+145+63=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #40913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40913F is #BF6EC0. Grayscale: #6F6F6F. Windows color (decimal): -12545729 or 4165952. OLE color: 4165952.

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

Color convert

RGB 64 145 63 -
CMYK 0.56 0 0.57 0.43
HSL 119.27º 0.39% 0.41% -
HSV(B) 119.27º 0.57% 0.57% -
XYZ 13.14 21.7 8.2 -
YUV 111.43 100.66 94.17 -
System Red Green Blue C M Y K H S L
Decimal 64 145 63 0.56 0 0.57 0.43 119.27 0.39 0.41
Hex 40 91 3F 38 0 39 2B 77 27 29
Octal 100 221 77 70 0 71 53 167 47 51
Binary 1000000 10010001 111111 111000 0 111001 101011 1110111 100111 101001

Color Harmonies of #40913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40913F

Black with #40913F

Text Example


Text Example

White with #40913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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