Html Css Color HEX #409049 Fruit Salad

📋 copy color: '#409049'

red 64 ◦ green 144 ◦ blue 73

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

Shades of Fruit Salad #409049

Tints of Fruit Salad #409049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.98%

R = 22.78%
G = 51.25%
B = 25.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#409049 (or 0x409049) is known color: Fruit Salad. HEX triplet: 40, 90 and 49. RGB value is (64,144,73). Sum of RGB (Red+Green+Blue) = 64+144+73=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #409049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409049 is #BF6FB6. Grayscale: #707070. Windows color (decimal): -12545975 or 4821056. OLE color: 4821056.

HSL color Cylindrical-coordinate representation of color #409049: hue angle of 126.75º 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 #409049 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 144 73 -
CMYK 0.56 0 0.49 0.44
HSL 126.75º 0.38% 0.41% -
HSV(B) 126.75º 0.56% 0.56% -
XYZ 13.29 21.52 9.76 -
YUV 111.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 64 144 73 0.56 0 0.49 0.44 126.75 0.38 0.41
Hex 40 90 49 38 0 31 2C 7F 26 29
Octal 100 220 111 70 0 61 54 177 46 51
Binary 1000000 10010000 1001001 111000 0 110001 101100 1111111 100110 101001

Color Harmonies of #409049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409049

Black with #409049

Text Example


Text Example

White with #409049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409049; }

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

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

background-color css

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

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

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

border-color css

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

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

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