Html Css Color HEX #47994E Fruit Salad

📋 copy color: '#47994E'

red 71 ◦ green 153 ◦ blue 78

#47994E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #47994E

Tints of Fruit Salad #47994E

RGB

 RED value IS 71 (28.13% from 255) = 23.51%

 GREEN value IS 153 (60.16% from 255) = 50.66%

 BLUE value IS 78 (30.86% from 255) = 25.83%

R = 23.51%
G = 50.66%
B = 25.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#47994E (or 0x47994E) is known color: Fruit Salad. HEX triplet: 47, 99 and 4E. RGB value is (71,153,78). Sum of RGB (Red+Green+Blue) = 71+153+78=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #47994E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47994E is #B866B1. Grayscale: #787878. Windows color (decimal): -12084914 or 5151047. OLE color: 5151047.

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

Color convert

RGB 71 153 78 -
CMYK 0.54 0 0.49 0.4
HSL 125.12º 0.37% 0.44% -
HSV(B) 125.12º 0.54% 0.6% -
XYZ 15.36 24.67 11.16 -
YUV 119.93 104.33 93.1 -
System Red Green Blue C M Y K H S L
Decimal 71 153 78 0.54 0 0.49 0.4 125.12 0.37 0.44
Hex 47 99 4E 36 0 31 28 7D 25 2C
Octal 107 231 116 66 0 61 50 175 45 54
Binary 1000111 10011001 1001110 110110 0 110001 101000 1111101 100101 101100

Color Harmonies of #47994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47994E

Black with #47994E

Text Example


Text Example

White with #47994E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47994E;
 }
 .AnyTagClassName
 {
   color: #47994E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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