#4A944A

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

Shades of Fruit Salad #4A944A

Tints of Fruit Salad #4A944A

Color information

#4A944A (or 0x4A944A) is unknown color: approx Fruit Salad. HEX triplet: 4A, 94 and 4A. RGB value is (74,148,74). Sum of RGB (Red+Green+Blue) = 74+148+74=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #4A944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A944A is #B56BB5. Grayscale: #757575. Windows color (decimal): -11889590 or 4887626. OLE color: 4887626.

HSL color Cylindrical-coordinate representation of color #4A944A: hue angle of 120º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A944A is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB7414874-
CMYK0.5000.500.42
HSL120º33.33%43.53%-
HSV(B)120º50%58.04%-
XYZ14.6523.1310.17-
YUV117.44103.4897.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25%
GREEN value IS 148 (58.20% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74148740.5000.500.4212033.3343.53
Hex4A944A320322A78212c
Octal11222411262062521704154
Binary100101010010100100101011001001100101010101111000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A944A; }

 p { color: rgb(74,148,74); }

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

<style>
 a { background-color: #4A944A; }

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

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

<style>
 span { border-color: #4A944A; }

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

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