#428E40

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

Shades of Fruit Salad #428E40

Tints of Fruit Salad #428E40

Color information

#428E40 (or 0x428E40) is unknown color: approx Fruit Salad. HEX triplet: 42, 8E and 40. RGB value is (66,142,64). Sum of RGB (Red+Green+Blue) = 66+142+64=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #428E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E40 is #BD71BF. Grayscale: #6E6E6E. Windows color (decimal): -12415424 or 4230722. OLE color: 4230722.

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

Color convert

RGB6614264-
CMYK0.5400.550.44
HSL118.46º37.86%40.39%-
HSV(B)118.46º54.93%55.69%-
XYZ12.8520.878.2-
YUV110.38101.8296.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 142 (55.86% from 255) = 52.21%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=24.26%
G=52.21%
B=23.53%

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
Decimal66142640.5400.550.44118.4637.8640.39
Hex428E40360372C762628
Octal10221610066067541664650
Binary100001010001110100000011011001101111011001110110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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