#429244

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

Shades of Fruit Salad #429244

Tints of Fruit Salad #429244

Color information

#429244 (or 0x429244) is unknown color: approx Fruit Salad. HEX triplet: 42, 92 and 44. RGB value is (66,146,68). Sum of RGB (Red+Green+Blue) = 66+146+68=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #429244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429244 is #BD6DBB. Grayscale: #717171. Windows color (decimal): -12414396 or 4493890. OLE color: 4493890.

HSL color Cylindrical-coordinate representation of color #429244: hue angle of 121.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429244 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB6614668-
CMYK0.5500.530.43
HSL121.5º37.74%41.57%-
HSV(B)121.5º54.79%57.25%-
XYZ13.5722.139.03-
YUV113.19102.594.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 146 (57.42% from 255) = 52.14%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=23.57%
G=52.14%
B=24.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146680.5500.530.43121.537.7441.57
Hex429244370352B7a262a
Octal10222210467065531724652
Binary100001010010010100010011011101101011010111111010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429244; }

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

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

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

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

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

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

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

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