#46984C

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

Shades of Fruit Salad #46984C

Tints of Fruit Salad #46984C

Color information

#46984C (or 0x46984C) is unknown color: approx Fruit Salad. HEX triplet: 46, 98 and 4C. RGB value is (70,152,76). Sum of RGB (Red+Green+Blue) = 70+152+76=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #46984C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46984C is #B967B3. Grayscale: #777777. Windows color (decimal): -12150708 or 5019718. OLE color: 5019718.

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

Color convert

RGB7015276-
CMYK0.5400.500.40
HSL124.39º36.94%43.53%-
HSV(B)124.39º53.95%59.61%-
XYZ15.0624.2810.73-
YUV118.82103.8393.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=23.49%
G=51.01%
B=25.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152760.5400.500.40124.3936.9443.53
Hex46984C36032287c252c
Octal10623011466062501744554
Binary100011010011000100110011011001100101010001111100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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