#42A34A

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

Shades of Fruit Salad #42A34A

Tints of Fruit Salad #42A34A

Color information

#42A34A (or 0x42A34A) is unknown color: approx Fruit Salad. HEX triplet: 42, A3 and 4A. RGB value is (66,163,74). Sum of RGB (Red+Green+Blue) = 66+163+74=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #42A34A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A34A is #BD5CB5. Grayscale: #7C7C7C. Windows color (decimal): -12410038 or 4891458. OLE color: 4891458.

HSL color Cylindrical-coordinate representation of color #42A34A: hue angle of 124.95º degrees, saturation: 0.42, 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 #42A34A is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB6616374-
CMYK0.6000.550.36
HSL124.95º42.36%44.9%-
HSV(B)124.95º59.51%63.92%-
XYZ16.5827.8510.98-
YUV123.8599.8686.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 163 (64.06% from 255) = 53.80%
BLUE value IS 74 (29.30% from 255) = 24.42%
R=21.78%
G=53.80%
B=24.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66163740.6000.550.36124.9542.3644.9
Hex42A34A3C037247d2a2d
Octal10224311274067441755255
Binary100001010100011100101011110001101111001001111101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,163,74); }

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

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

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

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

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

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

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