#42A43E

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

Shades of Fruit Salad #42A43E

Tints of Fruit Salad #42A43E

Color information

#42A43E (or 0x42A43E) is unknown color: approx Fruit Salad. HEX triplet: 42, A4 and 3E. RGB value is (66,164,62). Sum of RGB (Red+Green+Blue) = 66+164+62=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #42A43E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A43E is #BD5BC1. Grayscale: #7B7B7B. Windows color (decimal): -12409794 or 4105282. OLE color: 4105282.

HSL color Cylindrical-coordinate representation of color #42A43E: hue angle of 117.65º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42A43E is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB6616462-
CMYK0.6000.620.36
HSL117.65º45.13%44.31%-
HSV(B)117.65º62.2%64.31%-
XYZ16.3928.069.11-
YUV123.0793.5387.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 164 (64.45% from 255) = 56.16%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=22.60%
G=56.16%
B=21.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66164620.6000.620.36117.6545.1344.31
Hex42A43E3C03E24762d2c
Octal1022447674076441665554
Binary10000101010010011111011110001111101001001110110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A43E; }

 p { color: rgb(66,164,62); }

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

<style>
 a { background-color: #42A43E; }

 a { background-color: rgb(66,164,62); }

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

<style>
 span { border-color: #42A43E; }

 span { border-color: rgb(66,164,62); }

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