#4A9B46

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

Shades of Fruit Salad #4A9B46

Tints of Fruit Salad #4A9B46

Color information

#4A9B46 (or 0x4A9B46) is unknown color: approx Fruit Salad. HEX triplet: 4A, 9B and 46. RGB value is (74,155,70). Sum of RGB (Red+Green+Blue) = 74+155+70=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #4A9B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9B46 is #B564B9. Grayscale: #797979. Windows color (decimal): -11887802 or 4627274. OLE color: 4627274.

HSL color Cylindrical-coordinate representation of color #4A9B46: hue angle of 117.18º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A9B46 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB7415570-
CMYK0.5200.550.39
HSL117.18º37.78%44.12%-
HSV(B)117.18º54.84%60.78%-
XYZ15.6525.349.86-
YUV121.0999.1694.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.75%
GREEN value IS 155 (60.94% from 255) = 51.84%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=24.75%
G=51.84%
B=23.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74155700.5200.550.39117.1837.7844.12
Hex4A9B46340372775262c
Octal11223310664067471654654
Binary100101010011011100011011010001101111001111110101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,155,70); }

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

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

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

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

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

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

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