#46B44A

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

Shades of Fruit Salad #46B44A

Tints of Fruit Salad #46B44A

Color information

#46B44A (or 0x46B44A) is unknown color: approx Fruit Salad. HEX triplet: 46, B4 and 4A. RGB value is (70,180,74). Sum of RGB (Red+Green+Blue) = 70+180+74=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #46B44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B44A is #B94BB5. Grayscale: #878787. Windows color (decimal): -12143542 or 4895814. OLE color: 4895814.

HSL color Cylindrical-coordinate representation of color #46B44A: hue angle of 122.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46B44A is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB7018074-
CMYK0.6100.590.29
HSL122.18º44%49.02%-
HSV(B)122.18º61.11%70.59%-
XYZ20.0834.4412.07-
YUV135.0393.5681.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 180 (70.70% from 255) = 55.56%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=21.60%
G=55.56%
B=22.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70180740.6100.590.29122.184449.02
Hex46B44A3D03B1D7a2c31
Octal10626411275073351725461
Binary10001101011010010010101111010111011111011111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46B44A; }

 p { color: rgb(70,180,74); }

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

<style>
 a { background-color: #46B44A; }

 a { background-color: rgb(70,180,74); }

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

<style>
 span { border-color: #46B44A; }

 span { border-color: rgb(70,180,74); }

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