#47994F

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

Shades of Fruit Salad #47994F

Tints of Fruit Salad #47994F

Color information

#47994F (or 0x47994F) is unknown color: approx Fruit Salad. HEX triplet: 47, 99 and 4F. RGB value is (71,153,79). Sum of RGB (Red+Green+Blue) = 71+153+79=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #47994F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47994F is #B866B0. Grayscale: #787878. Windows color (decimal): -12084913 or 5216583. OLE color: 5216583.

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

Color convert

RGB7115379-
CMYK0.5400.480.4
HSL125.85º36.61%43.92%-
HSV(B)125.85º53.59%60%-
XYZ15.424.6911.35-
YUV120.05104.8393.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 153 (60.16% from 255) = 50.50%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=23.43%
G=50.50%
B=26.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71153790.5400.480.4125.8536.6143.92
Hex47994F36030287e252c
Octal10723111766060501764554
Binary100011110011001100111111011001100001010001111110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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