Html Css Color HEX #409140 Fruit Salad

📋 copy color: '#409140'

red 64 ◦ green 145 ◦ blue 64

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

Shades of Fruit Salad #409140

Tints of Fruit Salad #409140

RGB

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

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

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

R = 23.44%
G = 53.11%
B = 23.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#409140 (or 0x409140) is known color: Fruit Salad. HEX triplet: 40, 91 and 40. RGB value is (64,145,64). Sum of RGB (Red+Green+Blue) = 64+145+64=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #409140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409140 is #BF6EBF. Grayscale: #6F6F6F. Windows color (decimal): -12545728 or 4231488. OLE color: 4231488.

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

Color convert

RGB 64 145 64 -
CMYK 0.56 0 0.56 0.43
HSL 120º 0.39% 0.41% -
HSV(B) 120º 0.56% 0.57% -
XYZ 13.17 21.71 8.35 -
YUV 111.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 64 145 64 0.56 0 0.56 0.43 120 0.39 0.41
Hex 40 91 40 38 0 38 2B 78 27 29
Octal 100 221 100 70 0 70 53 170 47 51
Binary 1000000 10010001 1000000 111000 0 111000 101011 1111000 100111 101001

Color Harmonies of #409140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409140

Black with #409140

Text Example


Text Example

White with #409140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409140; }

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

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

background-color css

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

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

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

border-color css

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

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

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