#47994A

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

Shades of Fruit Salad #47994A

Tints of Fruit Salad #47994A

Color information

#47994A (or 0x47994A) is unknown color: approx Fruit Salad. HEX triplet: 47, 99 and 4A. RGB value is (71,153,74). Sum of RGB (Red+Green+Blue) = 71+153+74=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #47994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47994A is #B866B5. Grayscale: #777777. Windows color (decimal): -12084918 or 4888903. OLE color: 4888903.

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

Color convert

RGB7115374-
CMYK0.5400.520.4
HSL122.2º36.61%43.92%-
HSV(B)122.2º53.59%60%-
XYZ15.2324.6210.43-
YUV119.48102.3393.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 153 (60.16% from 255) = 51.34%
BLUE value IS 74 (29.30% from 255) = 24.83%
R=23.83%
G=51.34%
B=24.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71153740.5400.520.4122.236.6143.92
Hex47994A36034287a252c
Octal10723111266064501724554
Binary100011110011001100101011011001101001010001111010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,153,74); }

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

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

 a { background-color: rgb(71,153,74); }

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

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

 span { border-color: rgb(71,153,74); }

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