#429941

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

Shades of Fruit Salad #429941

Tints of Fruit Salad #429941

Color information

#429941 (or 0x429941) is unknown color: approx Fruit Salad. HEX triplet: 42, 99 and 41. RGB value is (66,153,65). Sum of RGB (Red+Green+Blue) = 66+153+65=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #429941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429941 is #BD66BE. Grayscale: #757575. Windows color (decimal): -12412607 or 4299074. OLE color: 4299074.

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

Color convert

RGB6615365-
CMYK0.5700.580.4
HSL119.32º40.37%42.75%-
HSV(B)119.32º57.52%60%-
XYZ14.5924.328.93-
YUV116.9598.6891.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 153 (60.16% from 255) = 53.87%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=23.24%
G=53.87%
B=22.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153650.5700.580.4119.3240.3742.75
Hex4299413903A2877282b
Octal10223110171072501675053
Binary100001010011001100000111100101110101010001110111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429941; }

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

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

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

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

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

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

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

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