#42A146

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

Shades of Fruit Salad #42A146

Tints of Fruit Salad #42A146

Color information

#42A146 (or 0x42A146) is unknown color: approx Fruit Salad. HEX triplet: 42, A1 and 46. RGB value is (66,161,70). Sum of RGB (Red+Green+Blue) = 66+161+70=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #42A146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A146 is #BD5EB9. Grayscale: #7A7A7A. Windows color (decimal): -12410554 or 4628802. OLE color: 4628802.

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

Color convert

RGB6616170-
CMYK0.5900.570.37
HSL122.53º41.85%44.51%-
HSV(B)122.53º59.01%63.14%-
XYZ16.127.0910.17-
YUV122.2298.5387.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 161 (63.28% from 255) = 54.21%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=22.22%
G=54.21%
B=23.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66161700.5900.570.37122.5341.8544.51
Hex42A1463B039257b2a2d
Octal10224110673071451735255
Binary100001010100001100011011101101110011001011111011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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