#42A246

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

Shades of Fruit Salad #42A246

Tints of Fruit Salad #42A246

Color information

#42A246 (or 0x42A246) is unknown color: approx Fruit Salad. HEX triplet: 42, A2 and 46. RGB value is (66,162,70). Sum of RGB (Red+Green+Blue) = 66+162+70=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #42A246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A246 is #BD5DB9. Grayscale: #7B7B7B. Windows color (decimal): -12410298 or 4629058. OLE color: 4629058.

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

Color convert

RGB6616270-
CMYK0.5900.570.36
HSL122.5º42.11%44.71%-
HSV(B)122.5º59.26%63.53%-
XYZ16.2727.4410.23-
YUV122.8198.287.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 162 (63.67% from 255) = 54.36%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=22.15%
G=54.36%
B=23.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162700.5900.570.36122.542.1144.71
Hex42A2463B039247a2a2d
Octal10224210673071441725255
Binary100001010100010100011011101101110011001001111010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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