#46904A

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

Shades of Fruit Salad #46904A

Tints of Fruit Salad #46904A

Color information

#46904A (or 0x46904A) is unknown color: approx Fruit Salad. HEX triplet: 46, 90 and 4A. RGB value is (70,144,74). Sum of RGB (Red+Green+Blue) = 70+144+74=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #46904A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46904A is #B96FB5. Grayscale: #727272. Windows color (decimal): -12152758 or 4886598. OLE color: 4886598.

HSL color Cylindrical-coordinate representation of color #46904A: hue angle of 123.24º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46904A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB7014474-
CMYK0.5100.490.44
HSL123.24º34.58%41.96%-
HSV(B)123.24º51.39%56.47%-
XYZ13.7421.749.95-
YUV113.89105.4896.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 144 (56.64% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=24.31%
G=50%
B=25.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144740.5100.490.44123.2434.5841.96
Hex46904A330312C7b232a
Octal10622011263061541734352
Binary100011010010000100101011001101100011011001111011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46904A; }

 p { color: rgb(70,144,74); }

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

<style>
 a { background-color: #46904A; }

 a { background-color: rgb(70,144,74); }

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

<style>
 span { border-color: #46904A; }

 span { border-color: rgb(70,144,74); }

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