Html Css Color HEX #47994D Fruit Salad

📋 copy color: '#47994D'

red 71 ◦ green 153 ◦ blue 77

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

Shades of Fruit Salad #47994D

Tints of Fruit Salad #47994D

RGB

 RED value IS 71 (28.13% 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 value IS 0.54

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#47994D (or 0x47994D) is known color: 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

RGB 71 153 77 -
CMYK 0.54 0 0.50 0.4
HSL 124.39º 0.37% 0.44% -
HSV(B) 124.39º 0.54% 0.6% -
XYZ 15.33 24.66 10.97 -
YUV 119.82 103.83 93.18 -
System Red Green Blue C M Y K H S L
Decimal 71 153 77 0.54 0 0.50 0.4 124.39 0.37 0.44
Hex 47 99 4D 36 0 32 28 7C 25 2C
Octal 107 231 115 66 0 62 50 174 45 54
Binary 1000111 10011001 1001101 110110 0 110010 101000 1111100 100101 101100

Color Harmonies of #47994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47994D

Black with #47994D

Text Example


Text Example

White with #47994D

Text Example


Text Example

HTML Codes & Css Web 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>