Html Css Color HEX #409040 Fruit Salad

📋 copy color: '#409040'

red 64 ◦ green 144 ◦ blue 64

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

Shades of Fruit Salad #409040

Tints of Fruit Salad #409040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.94%

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

R = 23.53%
G = 52.94%
B = 23.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#409040 (or 0x409040) is known color: Fruit Salad. HEX triplet: 40, 90 and 40. RGB value is (64,144,64). Sum of RGB (Red+Green+Blue) = 64+144+64=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #409040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409040 is #BF6FBF. Grayscale: #6F6F6F. Windows color (decimal): -12545984 or 4231232. OLE color: 4231232.

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

Color convert

RGB 64 144 64 -
CMYK 0.56 0 0.56 0.44
HSL 120º 0.38% 0.41% -
HSV(B) 120º 0.56% 0.56% -
XYZ 13.01 21.41 8.3 -
YUV 110.96 101.5 94.5 -
System Red Green Blue C M Y K H S L
Decimal 64 144 64 0.56 0 0.56 0.44 120 0.38 0.41
Hex 40 90 40 38 0 38 2C 78 26 29
Octal 100 220 100 70 0 70 54 170 46 51
Binary 1000000 10010000 1000000 111000 0 111000 101100 1111000 100110 101001

Color Harmonies of #409040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409040

Black with #409040

Text Example


Text Example

White with #409040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409040; }

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

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

background-color css

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

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

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

border-color css

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

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

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