#429147

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

Shades of Fruit Salad #429147

Tints of Fruit Salad #429147

Color information

#429147 (or 0x429147) is unknown color: approx Fruit Salad. HEX triplet: 42, 91 and 47. RGB value is (66,145,71). Sum of RGB (Red+Green+Blue) = 66+145+71=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #429147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429147 is #BD6EB8. Grayscale: #717171. Windows color (decimal): -12414649 or 4690242. OLE color: 4690242.

HSL color Cylindrical-coordinate representation of color #429147: hue angle of 123.8º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429147 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB6614571-
CMYK0.5400.510.43
HSL123.8º37.44%41.37%-
HSV(B)123.8º54.48%56.86%-
XYZ13.5121.869.47-
YUV112.94104.3394.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 145 (57.03% from 255) = 51.42%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=23.40%
G=51.42%
B=25.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145710.5400.510.43123.837.4441.37
Hex429147360332B7c2529
Octal10222110766063531744551
Binary100001010010001100011111011001100111010111111100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429147; }

 p { color: rgb(66,145,71); }

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

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

 a { background-color: rgb(66,145,71); }

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

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

 span { border-color: rgb(66,145,71); }

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