Html Css Color HEX #409046 Fruit Salad

📋 copy color: '#409046'

red 64 ◦ green 144 ◦ blue 70

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

Shades of Fruit Salad #409046

Tints of Fruit Salad #409046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 23.02%
G = 51.8%
B = 25.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#409046 (or 0x409046) is known color: Fruit Salad. HEX triplet: 40, 90 and 46. RGB value is (64,144,70). Sum of RGB (Red+Green+Blue) = 64+144+70=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #409046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409046 is #BF6FB9. Grayscale: #6F6F6F. Windows color (decimal): -12545978 or 4624448. OLE color: 4624448.

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

Color convert

RGB 64 144 70 -
CMYK 0.56 0 0.51 0.44
HSL 124.5º 0.38% 0.41% -
HSV(B) 124.5º 0.56% 0.56% -
XYZ 13.19 21.48 9.24 -
YUV 111.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 64 144 70 0.56 0 0.51 0.44 124.5 0.38 0.41
Hex 40 90 46 38 0 33 2C 7C 26 29
Octal 100 220 106 70 0 63 54 174 46 51
Binary 1000000 10010000 1000110 111000 0 110011 101100 1111100 100110 101001

Color Harmonies of #409046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409046

Black with #409046

Text Example


Text Example

White with #409046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409046; }

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

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

background-color css

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

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

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

border-color css

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

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

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