#47994D

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

Shades of Fruit Salad #47994D

Tints of Fruit Salad #47994D

Color information

#47994D (or 0x47994D) is unknown color: approx Fruit Salad. HEX triplet: 47, 99 and 4D. RGB value is (71,153,77). Sum of RGB (Red+Green+Blue) = 71+153+77=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #47994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47994D is #B866B2. Grayscale: #787878. Windows color (decimal): -12084915 or 5085511. OLE color: 5085511.

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

Color convert

RGB7115377-
CMYK0.5400.500.4
HSL124.39º36.61%43.92%-
HSV(B)124.39º53.59%60%-
XYZ15.3324.6610.97-
YUV119.82103.8393.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=23.59%
G=50.83%
B=25.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71153770.5400.500.4124.3936.6143.92
Hex47994D36032287c252c
Octal10723111566062501744554
Binary100011110011001100110111011001100101010001111100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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