#47924A

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

Shades of Fruit Salad #47924A

Tints of Fruit Salad #47924A

Color information

#47924A (or 0x47924A) is unknown color: approx Fruit Salad. HEX triplet: 47, 92 and 4A. RGB value is (71,146,74). Sum of RGB (Red+Green+Blue) = 71+146+74=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #47924A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47924A is #B86DB5. Grayscale: #737373. Windows color (decimal): -12086710 or 4887111. OLE color: 4887111.

HSL color Cylindrical-coordinate representation of color #47924A: hue angle of 122.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47924A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB7114674-
CMYK0.5100.490.43
HSL122.4º34.56%42.55%-
HSV(B)122.4º51.37%57.25%-
XYZ14.1122.3910.06-
YUV115.37104.6596.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 146 (57.42% from 255) = 50.17%
BLUE value IS 74 (29.30% from 255) = 25.43%
R=24.40%
G=50.17%
B=25.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71146740.5100.490.43122.434.5642.55
Hex47924A330312B7a232b
Octal10722211263061531724353
Binary100011110010010100101011001101100011010111111010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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