#46984A

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

Shades of Fruit Salad #46984A

Tints of Fruit Salad #46984A

Color information

#46984A (or 0x46984A) is unknown color: approx Fruit Salad. HEX triplet: 46, 98 and 4A. RGB value is (70,152,74). Sum of RGB (Red+Green+Blue) = 70+152+74=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #46984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46984A is #B967B5. Grayscale: #767676. Windows color (decimal): -12150710 or 4888646. OLE color: 4888646.

HSL color Cylindrical-coordinate representation of color #46984A: hue angle of 122.93º 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 #46984A is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB7015274-
CMYK0.5400.510.40
HSL122.93º36.94%43.53%-
HSV(B)122.93º53.95%59.61%-
XYZ14.9924.2510.37-
YUV118.59102.8393.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 152 (59.77% from 255) = 51.35%
BLUE value IS 74 (29.30% from 255) = 25%
R=23.65%
G=51.35%
B=25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152740.5400.510.40122.9336.9443.53
Hex46984A36033287b252c
Octal10623011266063501734554
Binary100011010011000100101011011001100111010001111011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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