#429440

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

Shades of Fruit Salad #429440

Tints of Fruit Salad #429440

Color information

#429440 (or 0x429440) is unknown color: approx Fruit Salad. HEX triplet: 42, 94 and 40. RGB value is (66,148,64). Sum of RGB (Red+Green+Blue) = 66+148+64=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #429440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429440 is #BD6BBF. Grayscale: #727272. Windows color (decimal): -12413888 or 4232258. OLE color: 4232258.

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

Color convert

RGB6614864-
CMYK0.5500.570.42
HSL118.57º39.62%41.57%-
HSV(B)118.57º56.76%58.04%-
XYZ13.7622.718.51-
YUV113.9199.8393.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 148 (58.20% from 255) = 53.24%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=23.74%
G=53.24%
B=23.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148640.5500.570.42118.5739.6241.57
Hex429440370392A77282a
Octal10222410067071521675052
Binary100001010010100100000011011101110011010101110111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429440; }

 p { color: rgb(66,148,64); }

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

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

 a { background-color: rgb(66,148,64); }

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

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

 span { border-color: rgb(66,148,64); }

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