#429F4F

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

Shades of Fruit Salad #429F4F

Tints of Fruit Salad #429F4F

Color information

#429F4F (or 0x429F4F) is unknown color: approx Fruit Salad. HEX triplet: 42, 9F and 4F. RGB value is (66,159,79). Sum of RGB (Red+Green+Blue) = 66+159+79=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 159 (62.5% from 255 or 52.30% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 159 - color contains mainly: green. Hex color #429F4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F4F is #BD60B0. Grayscale: #7A7A7A. Windows color (decimal): -12411057 or 5218114. OLE color: 5218114.

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

Color convert

RGB6615979-
CMYK0.5800.500.38
HSL128.39º41.33%44.12%-
HSV(B)128.39º58.49%62.35%-
XYZ16.0626.5211.67-
YUV122.07103.6988-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 159 (62.5% from 255) = 52.30%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=21.71%
G=52.30%
B=25.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66159790.5800.500.38128.3941.3344.12
Hex429F4F3A0322680292c
Octal10223711772062462005154
Binary1000010100111111001111111010011001010011010000000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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