#428E45

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

Shades of Fruit Salad #428E45

Tints of Fruit Salad #428E45

Color information

#428E45 (or 0x428E45) is unknown color: approx Fruit Salad. HEX triplet: 42, 8E and 45. RGB value is (66,142,69). Sum of RGB (Red+Green+Blue) = 66+142+69=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #428E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E45 is #BD71BA. Grayscale: #6F6F6F. Windows color (decimal): -12415419 or 4558402. OLE color: 4558402.

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

Color convert

RGB6614269-
CMYK0.5400.510.44
HSL122.37º36.54%40.78%-
HSV(B)122.37º53.52%55.69%-
XYZ12.9920.938.99-
YUV110.95104.3295.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=23.83%
G=51.26%
B=24.91%

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
Decimal66142690.5400.510.44122.3736.5440.78
Hex428E45360332C7a2529
Octal10221610566063541724551
Binary100001010001110100010111011001100111011001111010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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