#429742

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

Shades of Fruit Salad #429742

Tints of Fruit Salad #429742

Color information

#429742 (or 0x429742) is unknown color: approx Fruit Salad. HEX triplet: 42, 97 and 42. RGB value is (66,151,66). Sum of RGB (Red+Green+Blue) = 66+151+66=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #429742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429742 is #BD68BD. Grayscale: #747474. Windows color (decimal): -12413118 or 4364098. OLE color: 4364098.

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

Color convert

RGB6615166-
CMYK0.5600.560.41
HSL120º39.17%42.55%-
HSV(B)120º56.29%59.22%-
XYZ14.323.688.97-
YUV115.999.8492.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 151 (59.38% from 255) = 53.36%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=23.32%
G=53.36%
B=23.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66151660.5600.560.4112039.1742.55
Hex429742380382978272b
Octal10222710270070511704753
Binary100001010010111100001011100001110001010011111000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429742; }

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

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

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

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

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

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

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

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