Html Css Color HEX #47954A Fruit Salad

📋 copy color: '#47954A'

red 71 ◦ green 149 ◦ blue 74

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

Shades of Fruit Salad #47954A

Tints of Fruit Salad #47954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.68%

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

R = 24.15%
G = 50.68%
B = 25.17%

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

#47954A (or 0x47954A) is known color: Fruit Salad. HEX triplet: 47, 95 and 4A. RGB value is (71,149,74). Sum of RGB (Red+Green+Blue) = 71+149+74=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #47954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47954A is #B86AB5. Grayscale: #757575. Windows color (decimal): -12085942 or 4887879. OLE color: 4887879.

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

Color convert

RGB 71 149 74 -
CMYK 0.52 0 0.50 0.42
HSL 122.31º 0.35% 0.43% -
HSV(B) 122.31º 0.52% 0.58% -
XYZ 14.58 23.33 10.21 -
YUV 117.13 103.66 95.1 -
System Red Green Blue C M Y K H S L
Decimal 71 149 74 0.52 0 0.50 0.42 122.31 0.35 0.43
Hex 47 95 4A 34 0 32 2A 7A 23 2B
Octal 107 225 112 64 0 62 52 172 43 53
Binary 1000111 10010101 1001010 110100 0 110010 101010 1111010 100011 101011

Color Harmonies of #47954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47954A

Black with #47954A

Text Example


Text Example

White with #47954A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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