Html Css Color HEX #47994F Fruit Salad

📋 copy color: '#47994F'

red 71 ◦ green 153 ◦ blue 79

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

Shades of Fruit Salad #47994F

Tints of Fruit Salad #47994F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 23.43%
G = 50.5%
B = 26.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

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

RGB 71 153 79 -
CMYK 0.54 0 0.48 0.4
HSL 125.85º 0.37% 0.44% -
HSV(B) 125.85º 0.54% 0.6% -
XYZ 15.4 24.69 11.35 -
YUV 120.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 71 153 79 0.54 0 0.48 0.4 125.85 0.37 0.44
Hex 47 99 4F 36 0 30 28 7E 25 2C
Octal 107 231 117 66 0 60 50 176 45 54
Binary 1000111 10011001 1001111 110110 0 110000 101000 1111110 100101 101100

Color Harmonies of #47994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47994F

Black with #47994F

Text Example


Text Example

White with #47994F

Text Example


Text Example

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