#42A442

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

Shades of Fruit Salad #42A442

Tints of Fruit Salad #42A442

Color information

#42A442 (or 0x42A442) is unknown color: approx Fruit Salad. HEX triplet: 42, A4 and 42. RGB value is (66,164,66). Sum of RGB (Red+Green+Blue) = 66+164+66=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #42A442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A442 is #BD5BBD. Grayscale: #7B7B7B. Windows color (decimal): -12409790 or 4367426. OLE color: 4367426.

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

Color convert

RGB6616466-
CMYK0.6000.600.36
HSL120º42.61%45.1%-
HSV(B)120º59.76%64.31%-
XYZ16.5128.19.71-
YUV123.5395.5386.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 164 (64.45% from 255) = 55.41%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=22.30%
G=55.41%
B=22.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66164660.6000.600.3612042.6145.1
Hex42A4423C03C24782b2d
Octal10224410274074441705355
Binary100001010100100100001011110001111001001001111000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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