#47984f

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

Shades of Fruit Salad #47984F

Tints of Fruit Salad #47984F

Color information

#47984F (or 0x47984F) is unknown color: approx Fruit Salad. HEX triplet: 47, 98 and 4F. RGB value is (71,152,79). Sum of RGB (Red+Green+Blue) = 71+152+79=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #47984F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47984F is #B867B0. Grayscale: #777777. Windows color (decimal): -12085169 or 5216327. OLE color: 5216327.

HSL color Cylindrical-coordinate representation of color #47984F: hue angle of 125.93º 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 #47984F is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB7115279-
CMYK0.5300.480.40
HSL125.93º36.32%43.73%-
HSV(B)125.93º53.29%59.61%-
XYZ15.2424.3611.3-
YUV119.46105.1693.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 152 (59.77% from 255) = 50.33%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=23.51%
G=50.33%
B=26.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71152790.5300.480.40125.9336.3243.73
Hex47984F35030287e242c
Octal10723011765060501764454
Binary100011110011000100111111010101100001010001111110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47984f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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