#429346

Color #429346 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #429346

Tints of Fruit Salad #429346

Color information

#429346 (or 0x429346) is unknown color: approx Fruit Salad. HEX triplet: 42, 93 and 46. RGB value is (66,147,70). Sum of RGB (Red+Green+Blue) = 66+147+70=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #429346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429346 is #BD6CB9. Grayscale: #727272. Windows color (decimal): -12414138 or 4625218. OLE color: 4625218.

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

Color convert

RGB6614770-
CMYK0.5500.520.42
HSL122.96º38.03%41.76%-
HSV(B)122.96º55.1%57.65%-
XYZ13.7922.479.4-
YUV114103.1693.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 147 (57.81% from 255) = 51.94%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=23.32%
G=51.94%
B=24.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66147700.5500.520.42122.9638.0341.76
Hex429346370342A7b262a
Octal10222310667064521734652
Binary100001010010011100011011011101101001010101111011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429346; }

 p { color: rgb(66,147,70); }

 H1.HeaderClassName
 {
   color: #429346;
 }
 .AnyTagClassName
 {
   color: #429346;
 }
</style>
background-color css

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

 a { background-color: rgb(66,147,70); }

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

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

 span { border-color: rgb(66,147,70); }

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