#46944D

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

Shades of Fruit Salad #46944D

Tints of Fruit Salad #46944D

Color information

#46944D (or 0x46944D) is unknown color: approx Fruit Salad. HEX triplet: 46, 94 and 4D. RGB value is (70,148,77). Sum of RGB (Red+Green+Blue) = 70+148+77=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #46944D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46944D is #B96BB2. Grayscale: #747474. Windows color (decimal): -12151731 or 5084230. OLE color: 5084230.

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

Color convert

RGB7014877-
CMYK0.5300.480.42
HSL125.38º35.78%42.75%-
HSV(B)125.38º52.7%58.04%-
XYZ14.4623.0210.7-
YUV116.58105.6694.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 148 (58.20% from 255) = 50.17%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=23.73%
G=50.17%
B=26.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148770.5300.480.42125.3835.7842.75
Hex46944D350302A7d242b
Octal10622411565060521754453
Binary100011010010100100110111010101100001010101111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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