#46934C

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

Shades of Fruit Salad #46934C

Tints of Fruit Salad #46934C

Color information

#46934C (or 0x46934C) is unknown color: approx Fruit Salad. HEX triplet: 46, 93 and 4C. RGB value is (70,147,76). Sum of RGB (Red+Green+Blue) = 70+147+76=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #46934C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46934C is #B96CB3. Grayscale: #747474. Windows color (decimal): -12151988 or 5018438. OLE color: 5018438.

HSL color Cylindrical-coordinate representation of color #46934C: hue angle of 124.68º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46934C is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB7014776-
CMYK0.5200.480.42
HSL124.68º35.48%42.55%-
HSV(B)124.68º52.38%57.65%-
XYZ14.2622.6910.47-
YUV115.88105.4995.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 147 (57.81% from 255) = 50.17%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=23.89%
G=50.17%
B=25.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70147760.5200.480.42124.6835.4842.55
Hex46934C340302A7d232b
Octal10622311464060521754353
Binary100011010010011100110011010001100001010101111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46934C; }

 p { color: rgb(70,147,76); }

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

<style>
 a { background-color: #46934C; }

 a { background-color: rgb(70,147,76); }

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

<style>
 span { border-color: #46934C; }

 span { border-color: rgb(70,147,76); }

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