Html Css Color HEX #409440 Fruit Salad

📋 copy color: '#409440'

red 64 ◦ green 148 ◦ blue 64

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

Shades of Fruit Salad #409440

Tints of Fruit Salad #409440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

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

R = 23.19%
G = 53.62%
B = 23.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#409440 (or 0x409440) is known color: Fruit Salad. HEX triplet: 40, 94 and 40. RGB value is (64,148,64). Sum of RGB (Red+Green+Blue) = 64+148+64=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #409440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409440 is #BF6BBF. Grayscale: #717171. Windows color (decimal): -12544960 or 4232256. OLE color: 4232256.

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

Color convert

RGB 64 148 64 -
CMYK 0.57 0 0.57 0.42
HSL 120º 0.4% 0.42% -
HSV(B) 120º 0.57% 0.58% -
XYZ 13.63 22.64 8.5 -
YUV 113.31 100.17 92.83 -
System Red Green Blue C M Y K H S L
Decimal 64 148 64 0.57 0 0.57 0.42 120 0.4 0.42
Hex 40 94 40 39 0 39 2A 78 28 2A
Octal 100 224 100 71 0 71 52 170 50 52
Binary 1000000 10010100 1000000 111001 0 111001 101010 1111000 101000 101010

Color Harmonies of #409440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409440

Black with #409440

Text Example


Text Example

White with #409440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409440; }

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

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

background-color css

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

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

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

border-color css

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

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

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