#429042

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

Shades of Fruit Salad #429042

Tints of Fruit Salad #429042

Color information

#429042 (or 0x429042) is unknown color: approx Fruit Salad. HEX triplet: 42, 90 and 42. RGB value is (66,144,66). Sum of RGB (Red+Green+Blue) = 66+144+66=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #429042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429042 is #BD6FBD. Grayscale: #707070. Windows color (decimal): -12414910 or 4362306. OLE color: 4362306.

HSL color Cylindrical-coordinate representation of color #429042: hue angle of 120º 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 #429042 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB6614466-
CMYK0.5400.540.44
HSL120º37.14%41.18%-
HSV(B)120º54.17%56.47%-
XYZ13.221.58.61-
YUV111.79102.1695.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 144 (56.64% from 255) = 52.17%
BLUE value IS 66 (26.17% from 255) = 23.91%
R=23.91%
G=52.17%
B=23.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144660.5400.540.4412037.1441.18
Hex429042360362C782529
Octal10222010266066541704551
Binary100001010010000100001011011001101101011001111000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429042; }

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

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

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

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

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

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

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

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