#429544

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

Shades of Fruit Salad #429544

Tints of Fruit Salad #429544

Color information

#429544 (or 0x429544) is unknown color: approx Fruit Salad. HEX triplet: 42, 95 and 44. RGB value is (66,149,68). Sum of RGB (Red+Green+Blue) = 66+149+68=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #429544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429544 is #BD6ABB. Grayscale: #737373. Windows color (decimal): -12413628 or 4494658. OLE color: 4494658.

HSL color Cylindrical-coordinate representation of color #429544: hue angle of 121.45º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429544 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB6614968-
CMYK0.5600.540.42
HSL121.45º38.6%42.16%-
HSV(B)121.45º55.7%58.43%-
XYZ14.0423.079.18-
YUV114.95101.593.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 149 (58.59% from 255) = 52.65%
BLUE value IS 68 (26.95% from 255) = 24.03%
R=23.32%
G=52.65%
B=24.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66149680.5600.540.42121.4538.642.16
Hex429544380362A79272a
Octal10222510470066521714752
Binary100001010010101100010011100001101101010101111001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429544; }

 p { color: rgb(66,149,68); }

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

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

 a { background-color: rgb(66,149,68); }

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

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

 span { border-color: rgb(66,149,68); }

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