#429841

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

Shades of Fruit Salad #429841

Tints of Fruit Salad #429841

Color information

#429841 (or 0x429841) is unknown color: approx Fruit Salad. HEX triplet: 42, 98 and 41. RGB value is (66,152,65). Sum of RGB (Red+Green+Blue) = 66+152+65=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #429841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429841 is #BD67BE. Grayscale: #747474. Windows color (decimal): -12412863 or 4298818. OLE color: 4298818.

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

Color convert

RGB6615265-
CMYK0.5700.570.40
HSL119.31º40.09%42.55%-
HSV(B)119.31º57.24%59.61%-
XYZ14.43248.87-
YUV116.3799.0192.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=23.32%
G=53.71%
B=22.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152650.5700.570.40119.3140.0942.55
Hex429841390392877282b
Octal10223010171071501675053
Binary100001010011000100000111100101110011010001110111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429841; }

 p { color: rgb(66,152,65); }

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

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

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

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

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

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

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