#429F4C

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

Shades of Fruit Salad #429F4C

Tints of Fruit Salad #429F4C

Color information

#429F4C (or 0x429F4C) is unknown color: approx Fruit Salad. HEX triplet: 42, 9F and 4C. RGB value is (66,159,76). Sum of RGB (Red+Green+Blue) = 66+159+76=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #429F4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429F4C is #BD60B3. Grayscale: #797979. Windows color (decimal): -12411060 or 5021506. OLE color: 5021506.

HSL color Cylindrical-coordinate representation of color #429F4C: hue angle of 126.45º 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 #429F4C is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB6615976-
CMYK0.5800.520.38
HSL126.45º41.33%44.12%-
HSV(B)126.45º58.49%62.35%-
XYZ15.9526.4811.11-
YUV121.73102.1988.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 159 (62.5% from 255) = 52.82%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=21.93%
G=52.82%
B=25.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66159760.5800.520.38126.4541.3344.12
Hex429F4C3A034267e292c
Octal10223711472064461765154
Binary100001010011111100110011101001101001001101111110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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