#46924B

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

Shades of Fruit Salad #46924B

Tints of Fruit Salad #46924B

Color information

#46924B (or 0x46924B) is unknown color: approx Fruit Salad. HEX triplet: 46, 92 and 4B. RGB value is (70,146,75). Sum of RGB (Red+Green+Blue) = 70+146+75=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #46924B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46924B is #B96DB4. Grayscale: #737373. Windows color (decimal): -12152245 or 4952646. OLE color: 4952646.

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

Color convert

RGB7014675-
CMYK0.5200.490.43
HSL123.95º35.19%42.35%-
HSV(B)123.95º52.05%57.25%-
XYZ14.0722.3710.23-
YUV115.18105.3295.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 146 (57.42% from 255) = 50.17%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=24.05%
G=50.17%
B=25.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70146750.5200.490.43123.9535.1942.35
Hex46924B340312B7c232a
Octal10622211364061531744352
Binary100011010010010100101111010001100011010111111100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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