#428F40

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

Shades of Fruit Salad #428F40

Tints of Fruit Salad #428F40

Color information

#428F40 (or 0x428F40) is unknown color: approx Fruit Salad. HEX triplet: 42, 8F and 40. RGB value is (66,143,64). Sum of RGB (Red+Green+Blue) = 66+143+64=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #428F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428F40 is #BD70BF. Grayscale: #6F6F6F. Windows color (decimal): -12415168 or 4230978. OLE color: 4230978.

HSL color Cylindrical-coordinate representation of color #428F40: hue angle of 118.48º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428F40 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB6614364-
CMYK0.5400.550.44
HSL118.48º38.16%40.59%-
HSV(B)118.48º55.24%56.08%-
XYZ12.9921.178.25-
YUV110.97101.4995.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 143 (56.25% from 255) = 52.38%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=24.18%
G=52.38%
B=23.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66143640.5400.550.44118.4838.1640.59
Hex428F40360372C762629
Octal10221710066067541664651
Binary100001010001111100000011011001101111011001110110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428F40; }

 p { color: rgb(66,143,64); }

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

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

 a { background-color: rgb(66,143,64); }

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

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

 span { border-color: rgb(66,143,64); }

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