#429F48

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

Shades of Fruit Salad #429F48

Tints of Fruit Salad #429F48

Color information

#429F48 (or 0x429F48) is unknown color: approx Fruit Salad. HEX triplet: 42, 9F and 48. RGB value is (66,159,72). Sum of RGB (Red+Green+Blue) = 66+159+72=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #429F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429F48 is #BD60B7. Grayscale: #797979. Windows color (decimal): -12411064 or 4759362. OLE color: 4759362.

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

Color convert

RGB6615972-
CMYK0.5800.550.38
HSL123.87º41.33%44.12%-
HSV(B)123.87º58.49%62.35%-
XYZ15.8126.4210.4-
YUV121.28100.1988.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 159 (62.5% from 255) = 53.54%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=22.22%
G=53.54%
B=24.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66159720.5800.550.38123.8741.3344.12
Hex429F483A037267c292c
Octal10223711072067461745154
Binary100001010011111100100011101001101111001101111100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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