#429247

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

Shades of Fruit Salad #429247

Tints of Fruit Salad #429247

Color information

#429247 (or 0x429247) is unknown color: approx Fruit Salad. HEX triplet: 42, 92 and 47. RGB value is (66,146,71). Sum of RGB (Red+Green+Blue) = 66+146+71=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #429247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429247 is #BD6DB8. Grayscale: #717171. Windows color (decimal): -12414393 or 4690498. OLE color: 4690498.

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

Color convert

RGB6614671-
CMYK0.5500.510.43
HSL123.75º37.74%41.57%-
HSV(B)123.75º54.79%57.25%-
XYZ13.6622.179.52-
YUV113.5310494.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 146 (57.42% from 255) = 51.59%
BLUE value IS 71 (28.12% from 255) = 25.09%
R=23.32%
G=51.59%
B=25.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146710.5500.510.43123.7537.7441.57
Hex429247370332B7c262a
Octal10222210767063531744652
Binary100001010010010100011111011101100111010111111100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429247; }

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

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

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

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

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

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

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

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