#46944B

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

Shades of Fruit Salad #46944B

Tints of Fruit Salad #46944B

Color information

#46944B (or 0x46944B) is unknown color: approx Fruit Salad. HEX triplet: 46, 94 and 4B. RGB value is (70,148,75). Sum of RGB (Red+Green+Blue) = 70+148+75=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #46944B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46944B is #B96BB4. Grayscale: #747474. Windows color (decimal): -12151733 or 4953158. OLE color: 4953158.

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

Color convert

RGB7014875-
CMYK0.5300.490.42
HSL123.85º35.78%42.75%-
HSV(B)123.85º52.7%58.04%-
XYZ14.3922.9910.34-
YUV116.36104.6694.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 148 (58.20% from 255) = 50.51%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=23.89%
G=50.51%
B=25.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148750.5300.490.42123.8535.7842.75
Hex46944B350312A7c242b
Octal10622411365061521744453
Binary100011010010100100101111010101100011010101111100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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