#428E46

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

Shades of Fruit Salad #428E46

Tints of Fruit Salad #428E46

Color information

#428E46 (or 0x428E46) is unknown color: approx Fruit Salad. HEX triplet: 42, 8E and 46. RGB value is (66,142,70). Sum of RGB (Red+Green+Blue) = 66+142+70=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #428E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E46 is #BD71B9. Grayscale: #6F6F6F. Windows color (decimal): -12415418 or 4623938. OLE color: 4623938.

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

Color convert

RGB6614270-
CMYK0.5400.510.44
HSL123.16º36.54%40.78%-
HSV(B)123.16º53.52%55.69%-
XYZ13.0320.959.15-
YUV111.07104.8295.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 142 (55.86% from 255) = 51.08%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=23.74%
G=51.08%
B=25.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66142700.5400.510.44123.1636.5440.78
Hex428E46360332C7b2529
Octal10221610666063541734551
Binary100001010001110100011011011001100111011001111011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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