Html Css Color HEX #47934A Fruit Salad

📋 copy color: '#47934A'

red 71 ◦ green 147 ◦ blue 74

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

Shades of Fruit Salad #47934A

Tints of Fruit Salad #47934A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

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

R = 24.32%
G = 50.34%
B = 25.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#47934A (or 0x47934A) is known color: Fruit Salad. HEX triplet: 47, 93 and 4A. RGB value is (71,147,74). Sum of RGB (Red+Green+Blue) = 71+147+74=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #47934A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47934A is #B86CB5. Grayscale: #747474. Windows color (decimal): -12086454 or 4887367. OLE color: 4887367.

HSL color Cylindrical-coordinate representation of color #47934A: hue angle of 122.37º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47934A is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 147 74 -
CMYK 0.52 0 0.50 0.42
HSL 122.37º 0.35% 0.43% -
HSV(B) 122.37º 0.52% 0.58% -
XYZ 14.27 22.7 10.11 -
YUV 115.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 71 147 74 0.52 0 0.50 0.42 122.37 0.35 0.43
Hex 47 93 4A 34 0 32 2A 7A 23 2B
Octal 107 223 112 64 0 62 52 172 43 53
Binary 1000111 10010011 1001010 110100 0 110010 101010 1111010 100011 101011

Color Harmonies of #47934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47934A

Black with #47934A

Text Example


Text Example

White with #47934A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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