#429043

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

Shades of Fruit Salad #429043

Tints of Fruit Salad #429043

Color information

#429043 (or 0x429043) is unknown color: approx Fruit Salad. HEX triplet: 42, 90 and 43. RGB value is (66,144,67). Sum of RGB (Red+Green+Blue) = 66+144+67=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #429043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429043 is #BD6FBC. Grayscale: #707070. Windows color (decimal): -12414909 or 4427842. OLE color: 4427842.

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

Color convert

RGB6614467-
CMYK0.5400.530.44
HSL120.77º37.14%41.18%-
HSV(B)120.77º54.17%56.47%-
XYZ13.2321.518.76-
YUV111.9102.6695.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 67 (26.56% from 255) = 24.19%
R=23.83%
G=51.99%
B=24.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144670.5400.530.44120.7737.1441.18
Hex429043360352C792529
Octal10222010366065541714551
Binary100001010010000100001111011001101011011001111001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429043; }

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

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

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

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

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

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

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

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