#429B44

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

Shades of Fruit Salad #429B44

Tints of Fruit Salad #429B44

Color information

#429B44 (or 0x429B44) is unknown color: approx Fruit Salad. HEX triplet: 42, 9B and 44. RGB value is (66,155,68). Sum of RGB (Red+Green+Blue) = 66+155+68=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #429B44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429B44 is #BD64BB. Grayscale: #767676. Windows color (decimal): -12412092 or 4496194. OLE color: 4496194.

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

Color convert

RGB6615568-
CMYK0.5700.560.39
HSL121.35º40.27%43.33%-
HSV(B)121.35º57.42%60.78%-
XYZ15.0125.029.51-
YUV118.4799.5190.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 155 (60.94% from 255) = 53.63%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=22.84%
G=53.63%
B=23.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66155680.5700.560.39121.3540.2743.33
Hex429B44390382779282b
Octal10223310471070471715053
Binary100001010011011100010011100101110001001111111001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429B44; }

 p { color: rgb(66,155,68); }

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

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

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

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

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

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

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