#429C49

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

Shades of Fruit Salad #429C49

Tints of Fruit Salad #429C49

Color information

#429C49 (or 0x429C49) is unknown color: approx Fruit Salad. HEX triplet: 42, 9C and 49. RGB value is (66,156,73). Sum of RGB (Red+Green+Blue) = 66+156+73=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #429C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429C49 is #BD63B6. Grayscale: #777777. Windows color (decimal): -12411831 or 4824130. OLE color: 4824130.

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

Color convert

RGB6615673-
CMYK0.5800.530.39
HSL124.67º40.54%43.53%-
HSV(B)124.67º57.69%61.18%-
XYZ15.3425.4210.4-
YUV119.63101.6889.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 156 (61.33% from 255) = 52.88%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=22.37%
G=52.88%
B=24.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66156730.5800.530.39124.6740.5443.53
Hex429C493A035277d292c
Octal10223411172065471755154
Binary100001010011100100100111101001101011001111111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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