Html Css Color HEX #47994C Fruit Salad

📋 copy color: '#47994C'

red 71 ◦ green 153 ◦ blue 76

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

Shades of Fruit Salad #47994C

Tints of Fruit Salad #47994C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 23.67%
G = 51%
B = 25.33%

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

#47994C (or 0x47994C) is known color: Fruit Salad. HEX triplet: 47, 99 and 4C. RGB value is (71,153,76). Sum of RGB (Red+Green+Blue) = 71+153+76=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #47994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47994C is #B866B3. Grayscale: #777777. Windows color (decimal): -12084916 or 5019975. OLE color: 5019975.

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

Color convert

RGB 71 153 76 -
CMYK 0.54 0 0.50 0.4
HSL 123.66º 0.37% 0.44% -
HSV(B) 123.66º 0.54% 0.6% -
XYZ 15.29 24.64 10.79 -
YUV 119.7 103.33 93.26 -
System Red Green Blue C M Y K H S L
Decimal 71 153 76 0.54 0 0.50 0.4 123.66 0.37 0.44
Hex 47 99 4C 36 0 32 28 7C 25 2C
Octal 107 231 114 66 0 62 50 174 45 54
Binary 1000111 10011001 1001100 110110 0 110010 101000 1111100 100101 101100

Color Harmonies of #47994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47994C

Black with #47994C

Text Example


Text Example

White with #47994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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