#46914F

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

Shades of Fruit Salad #46914F

Tints of Fruit Salad #46914F

Color information

#46914F (or 0x46914F) is unknown color: approx Fruit Salad. HEX triplet: 46, 91 and 4F. RGB value is (70,145,79). Sum of RGB (Red+Green+Blue) = 70+145+79=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #46914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46914F is #B96EB0. Grayscale: #737373. Windows color (decimal): -12152497 or 5214534. OLE color: 5214534.

HSL color Cylindrical-coordinate representation of color #46914F: hue angle of 127.2º 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 #46914F is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB7014579-
CMYK0.5200.460.43
HSL127.2º34.88%42.16%-
HSV(B)127.2º51.72%56.86%-
XYZ14.0622.1210.93-
YUV115.05107.6595.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 145 (57.03% from 255) = 49.32%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=23.81%
G=49.32%
B=26.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145790.5200.460.43127.234.8842.16
Hex46914F3402E2B7f232a
Octal10622111764056531774352
Binary100011010010001100111111010001011101010111111111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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