#47914B

Color #47914B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #47914B

Tints of Fruit Salad #47914B

Color information

#47914B (or 0x47914B) is unknown color: approx Fruit Salad. HEX triplet: 47, 91 and 4B. RGB value is (71,145,75). Sum of RGB (Red+Green+Blue) = 71+145+75=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #47914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47914B is #B86EB4. Grayscale: #737373. Windows color (decimal): -12086965 or 4952391. OLE color: 4952391.

HSL color Cylindrical-coordinate representation of color #47914B: hue angle of 123.24º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47914B is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB7114575-
CMYK0.5100.480.43
HSL123.24º34.26%42.35%-
HSV(B)123.24º51.03%56.86%-
XYZ13.9922.110.18-
YUV114.89105.4896.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 145 (57.03% from 255) = 49.83%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=24.40%
G=49.83%
B=25.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71145750.5100.480.43123.2434.2642.35
Hex47914B330302B7b222a
Octal10722111363060531734252
Binary100011110010001100101111001101100001010111111011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47914B; }

 p { color: rgb(71,145,75); }

 H1.HeaderClassName
 {
   color: #47914B;
 }
 .AnyTagClassName
 {
   color: #47914B;
 }
</style>
background-color css

<style>
 a { background-color: #47914B; }

 a { background-color: rgb(71,145,75); }

 div.DivClassName
 {
   background-color: #47914B;
 }
 .BgClassName
 {
   background-color: #47914B;
 }
</style>
border-color css

<style>
 span { border-color: #47914B; }

 span { border-color: rgb(71,145,75); }

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