#429F4D

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

Shades of Fruit Salad #429F4D

Tints of Fruit Salad #429F4D

Color information

#429F4D (or 0x429F4D) is unknown color: approx Fruit Salad. HEX triplet: 42, 9F and 4D. RGB value is (66,159,77). Sum of RGB (Red+Green+Blue) = 66+159+77=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 159 (62.5% from 255 or 52.65% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 159 - color contains mainly: green. Hex color #429F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F4D is #BD60B2. Grayscale: #7A7A7A. Windows color (decimal): -12411059 or 5087042. OLE color: 5087042.

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

Color convert

RGB6615977-
CMYK0.5800.520.38
HSL127.1º41.33%44.12%-
HSV(B)127.1º58.49%62.35%-
XYZ15.9826.4911.29-
YUV121.84102.6988.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 159 (62.5% from 255) = 52.65%
BLUE value IS 77 (30.47% from 255) = 25.50%
R=21.85%
G=52.65%
B=25.50%

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
Decimal66159770.5800.520.38127.141.3344.12
Hex429F4D3A034267f292c
Octal10223711572064461775154
Binary100001010011111100110111101001101001001101111111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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