#429047

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

Shades of Fruit Salad #429047

Tints of Fruit Salad #429047

Color information

#429047 (or 0x429047) is unknown color: approx Fruit Salad. HEX triplet: 42, 90 and 47. RGB value is (66,144,71). Sum of RGB (Red+Green+Blue) = 66+144+71=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #429047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429047 is #BD6FB8. Grayscale: #707070. Windows color (decimal): -12414905 or 4689986. OLE color: 4689986.

HSL color Cylindrical-coordinate representation of color #429047: hue angle of 123.85º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429047 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB6614471-
CMYK0.5400.510.44
HSL123.85º37.14%41.18%-
HSV(B)123.85º54.17%56.47%-
XYZ13.3621.569.42-
YUV112.36104.6694.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 144 (56.64% from 255) = 51.25%
BLUE value IS 71 (28.12% from 255) = 25.27%
R=23.49%
G=51.25%
B=25.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144710.5400.510.44123.8537.1441.18
Hex429047360332C7c2529
Octal10222010766063541744551
Binary100001010010000100011111011001100111011001111100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429047; }

 p { color: rgb(66,144,71); }

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

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

 a { background-color: rgb(66,144,71); }

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

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

 span { border-color: rgb(66,144,71); }

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