#429C4C

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

Shades of Fruit Salad #429C4C

Tints of Fruit Salad #429C4C

Color information

#429C4C (or 0x429C4C) is unknown color: approx Fruit Salad. HEX triplet: 42, 9C and 4C. RGB value is (66,156,76). Sum of RGB (Red+Green+Blue) = 66+156+76=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #429C4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429C4C is #BD63B3. Grayscale: #787878. Windows color (decimal): -12411828 or 5020738. OLE color: 5020738.

HSL color Cylindrical-coordinate representation of color #429C4C: hue angle of 126.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 #429C4C is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB6615676-
CMYK0.5800.510.39
HSL126.67º40.54%43.53%-
HSV(B)126.67º57.69%61.18%-
XYZ15.4425.4610.94-
YUV119.97103.1889.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 156 (61.33% from 255) = 52.35%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=22.15%
G=52.35%
B=25.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66156760.5800.510.39126.6740.5443.53
Hex429C4C3A033277f292c
Octal10223411472063471775154
Binary100001010011100100110011101001100111001111111111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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