#42B346

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

Shades of Fruit Salad #42B346

Tints of Fruit Salad #42B346

Color information

#42B346 (or 0x42B346) is unknown color: approx Fruit Salad. HEX triplet: 42, B3 and 46. RGB value is (66,179,70). Sum of RGB (Red+Green+Blue) = 66+179+70=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #42B346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B346 is #BD4CB9. Grayscale: #858585. Windows color (decimal): -12405946 or 4633410. OLE color: 4633410.

HSL color Cylindrical-coordinate representation of color #42B346: hue angle of 122.12º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B346 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB6617970-
CMYK0.6300.610.30
HSL122.12º46.12%48.04%-
HSV(B)122.12º63.13%70.2%-
XYZ19.4733.8411.3-
YUV132.7992.5680.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 179 (70.31% from 255) = 56.83%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=20.95%
G=56.83%
B=22.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66179700.6300.610.30122.1246.1248.04
Hex42B3463F03D1E7a2e30
Octal10226310677075361725660
Binary10000101011001110001101111110111101111101111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,179,70); }

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

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

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

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

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

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

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