#47934B

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

Shades of Fruit Salad #47934B

Tints of Fruit Salad #47934B

Color information

#47934B (or 0x47934B) is unknown color: approx Fruit Salad. HEX triplet: 47, 93 and 4B. RGB value is (71,147,75). Sum of RGB (Red+Green+Blue) = 71+147+75=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #47934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47934B is #B86CB4. Grayscale: #747474. Windows color (decimal): -12086453 or 4952903. OLE color: 4952903.

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

Color convert

RGB7114775-
CMYK0.5200.490.42
HSL123.16º34.86%42.75%-
HSV(B)123.16º51.7%57.65%-
XYZ14.322.7210.29-
YUV116.07104.8295.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 147 (57.81% from 255) = 50.17%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=24.23%
G=50.17%
B=25.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71147750.5200.490.42123.1634.8642.75
Hex47934B340312A7b232b
Octal10722311364061521734353
Binary100011110010011100101111010001100011010101111011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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