#46994D

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

Shades of Fruit Salad #46994D

Tints of Fruit Salad #46994D

Color information

#46994D (or 0x46994D) is unknown color: approx Fruit Salad. HEX triplet: 46, 99 and 4D. RGB value is (70,153,77). Sum of RGB (Red+Green+Blue) = 70+153+77=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #46994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46994D is #B966B2. Grayscale: #777777. Windows color (decimal): -12150451 or 5085510. OLE color: 5085510.

HSL color Cylindrical-coordinate representation of color #46994D: hue angle of 125.06º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46994D is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB7015377-
CMYK0.5400.500.4
HSL125.06º37.22%43.73%-
HSV(B)125.06º54.25%60%-
XYZ15.2624.6210.97-
YUV119.5210492.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 153 (60.16% from 255) = 51%
BLUE value IS 77 (30.47% from 255) = 25.67%
R=23.33%
G=51%
B=25.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70153770.5400.500.4125.0637.2243.73
Hex46994D36032287d252c
Octal10623111566062501754554
Binary100011010011001100110111011001100101010001111101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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