#429946

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

Shades of Fruit Salad #429946

Tints of Fruit Salad #429946

Color information

#429946 (or 0x429946) is unknown color: approx Fruit Salad. HEX triplet: 42, 99 and 46. RGB value is (66,153,70). Sum of RGB (Red+Green+Blue) = 66+153+70=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #429946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429946 is #BD66B9. Grayscale: #757575. Windows color (decimal): -12412602 or 4626754. OLE color: 4626754.

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

Color convert

RGB6615370-
CMYK0.5700.540.4
HSL122.76º39.73%42.94%-
HSV(B)122.76º56.86%60%-
XYZ14.7424.389.72-
YUV117.52101.1891.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=22.84%
G=52.94%
B=24.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153700.5700.540.4122.7639.7342.94
Hex42994639036287b282b
Octal10223110671066501735053
Binary100001010011001100011011100101101101010001111011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429946; }

 p { color: rgb(66,153,70); }

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

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

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

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

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

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

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