Html Css Color HEX #47994A Fruit Salad

📋 copy color: '#47994A'

red 71 ◦ green 153 ◦ blue 74

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

Shades of Fruit Salad #47994A

Tints of Fruit Salad #47994A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 23.83%
G = 51.34%
B = 24.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#47994A (or 0x47994A) is known color: Fruit Salad. HEX triplet: 47, 99 and 4A. RGB value is (71,153,74). Sum of RGB (Red+Green+Blue) = 71+153+74=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #47994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47994A is #B866B5. Grayscale: #777777. Windows color (decimal): -12084918 or 4888903. OLE color: 4888903.

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

Color convert

RGB 71 153 74 -
CMYK 0.54 0 0.52 0.4
HSL 122.2º 0.37% 0.44% -
HSV(B) 122.2º 0.54% 0.6% -
XYZ 15.23 24.62 10.43 -
YUV 119.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 71 153 74 0.54 0 0.52 0.4 122.2 0.37 0.44
Hex 47 99 4A 36 0 34 28 7A 25 2C
Octal 107 231 112 66 0 64 50 172 45 54
Binary 1000111 10011001 1001010 110110 0 110100 101000 1111010 100101 101100

Color Harmonies of #47994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47994A

Black with #47994A

Text Example


Text Example

White with #47994A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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