#46944F

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

Shades of Fruit Salad #46944F

Tints of Fruit Salad #46944F

Color information

#46944F (or 0x46944F) is unknown color: approx Fruit Salad. HEX triplet: 46, 94 and 4F. RGB value is (70,148,79). Sum of RGB (Red+Green+Blue) = 70+148+79=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #46944F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46944F is #B96BB0. Grayscale: #757575. Windows color (decimal): -12151729 or 5215302. OLE color: 5215302.

HSL color Cylindrical-coordinate representation of color #46944F: hue angle of 126.92º 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 #46944F is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB7014879-
CMYK0.5300.470.42
HSL126.92º35.78%42.75%-
HSV(B)126.92º52.7%58.04%-
XYZ14.5323.0511.08-
YUV116.81106.6694.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 148 (58.20% from 255) = 49.83%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=23.57%
G=49.83%
B=26.60%

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
Decimal70148790.5300.470.42126.9235.7842.75
Hex46944F3502F2A7f242b
Octal10622411765057521774453
Binary100011010010100100111111010101011111010101111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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