#47984A

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

Shades of Fruit Salad #47984A

Tints of Fruit Salad #47984A

Color information

#47984A (or 0x47984A) is unknown color: approx Fruit Salad. HEX triplet: 47, 98 and 4A. RGB value is (71,152,74). Sum of RGB (Red+Green+Blue) = 71+152+74=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #47984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47984A is #B867B5. Grayscale: #777777. Windows color (decimal): -12085174 or 4888647. OLE color: 4888647.

HSL color Cylindrical-coordinate representation of color #47984A: hue angle of 122.22º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47984A is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB7115274-
CMYK0.5300.510.40
HSL122.22º36.32%43.73%-
HSV(B)122.22º53.29%59.61%-
XYZ15.0624.2910.37-
YUV118.89102.6693.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=23.91%
G=51.18%
B=24.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71152740.5300.510.40122.2236.3243.73
Hex47984A35033287a242c
Octal10723011265063501724454
Binary100011110011000100101011010101100111010001111010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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