#429F49

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

Shades of Fruit Salad #429F49

Tints of Fruit Salad #429F49

Color information

#429F49 (or 0x429F49) is unknown color: approx Fruit Salad. HEX triplet: 42, 9F and 49. RGB value is (66,159,73). Sum of RGB (Red+Green+Blue) = 66+159+73=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #429F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429F49 is #BD60B6. Grayscale: #797979. Windows color (decimal): -12411063 or 4824898. OLE color: 4824898.

HSL color Cylindrical-coordinate representation of color #429F49: hue angle of 124.52º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429F49 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB6615973-
CMYK0.5800.540.38
HSL124.52º41.33%44.12%-
HSV(B)124.52º58.49%62.35%-
XYZ15.8526.4410.57-
YUV121.39100.6988.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 159 (62.5% from 255) = 53.36%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=22.15%
G=53.36%
B=24.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66159730.5800.540.38124.5241.3344.12
Hex429F493A036267d292c
Octal10223711172066461755154
Binary100001010011111100100111101001101101001101111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429F49; }

 p { color: rgb(66,159,73); }

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

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

 a { background-color: rgb(66,159,73); }

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

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

 span { border-color: rgb(66,159,73); }

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