#46944E

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

Shades of Fruit Salad #46944E

Tints of Fruit Salad #46944E

Color information

#46944E (or 0x46944E) is unknown color: approx Fruit Salad. HEX triplet: 46, 94 and 4E. RGB value is (70,148,78). Sum of RGB (Red+Green+Blue) = 70+148+78=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #46944E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46944E is #B96BB1. Grayscale: #747474. Windows color (decimal): -12151730 or 5149766. OLE color: 5149766.

HSL color Cylindrical-coordinate representation of color #46944E: hue angle of 126.15º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46944E is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB7014878-
CMYK0.5300.470.42
HSL126.15º35.78%42.75%-
HSV(B)126.15º52.7%58.04%-
XYZ14.4923.0310.89-
YUV116.7106.1694.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 148 (58.20% from 255) = 50%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=23.65%
G=50%
B=26.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148780.5300.470.42126.1535.7842.75
Hex46944E3502F2A7e242b
Octal10622411665057521764453
Binary100011010010100100111011010101011111010101111110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46944E; }

 p { color: rgb(70,148,78); }

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

<style>
 a { background-color: #46944E; }

 a { background-color: rgb(70,148,78); }

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

<style>
 span { border-color: #46944E; }

 span { border-color: rgb(70,148,78); }

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