#428E47

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

Shades of Fruit Salad #428E47

Tints of Fruit Salad #428E47

Color information

#428E47 (or 0x428E47) is unknown color: approx Fruit Salad. HEX triplet: 42, 8E and 47. RGB value is (66,142,71). Sum of RGB (Red+Green+Blue) = 66+142+71=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #428E47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E47 is #BD71B8. Grayscale: #6F6F6F. Windows color (decimal): -12415417 or 4689474. OLE color: 4689474.

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

Color convert

RGB6614271-
CMYK0.5400.50.44
HSL123.95º36.54%40.78%-
HSV(B)123.95º53.52%55.69%-
XYZ13.0620.969.32-
YUV111.18105.3295.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 142 (55.86% from 255) = 50.90%
BLUE value IS 71 (28.12% from 255) = 25.45%
R=23.66%
G=50.90%
B=25.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66142710.5400.50.44123.9536.5440.78
Hex428E47360322C7c2529
Octal10221610766062541744551
Binary100001010001110100011111011001100101011001111100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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