#46914C

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

Shades of Fruit Salad #46914C

Tints of Fruit Salad #46914C

Color information

#46914C (or 0x46914C) is unknown color: approx Fruit Salad. HEX triplet: 46, 91 and 4C. RGB value is (70,145,76). Sum of RGB (Red+Green+Blue) = 70+145+76=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #46914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46914C is #B96EB3. Grayscale: #727272. Windows color (decimal): -12152500 or 5017926. OLE color: 5017926.

HSL color Cylindrical-coordinate representation of color #46914C: hue angle of 124.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46914C is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB7014576-
CMYK0.5200.480.43
HSL124.8º34.88%42.16%-
HSV(B)124.8º51.72%56.86%-
XYZ13.9622.0710.36-
YUV114.71106.1596.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 145 (57.03% from 255) = 49.83%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=24.05%
G=49.83%
B=26.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145760.5200.480.43124.834.8842.16
Hex46914C340302B7d232a
Octal10622111464060531754352
Binary100011010010001100110011010001100001010111111101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46914C; }

 p { color: rgb(70,145,76); }

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

<style>
 a { background-color: #46914C; }

 a { background-color: rgb(70,145,76); }

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

<style>
 span { border-color: #46914C; }

 span { border-color: rgb(70,145,76); }

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